Specifies how selection works across different branches
Member of Tree View (PRIM_TRVW)
Data Type - Enumeration
The MultipleSelectStyle property applies when the SelectionStyle property is Multiple, and governs which items can be selected.
Enum Value | Description |
---|---|
All | Any item can be selected |
SameLevel | Only items at the same Level |
SameParent | Only Items belonging to the same ParentItem |
Febuary 18 V14SP2