TdxTreeViewCustomOptionsSelection.MultiSelectStyle Property
Specifies the behavior of the multiple node selection for the Tree View.
#Declaration
property MultiSelectStyle: TMultiSelectStyle read; write; default [msControlSelect];
#Property Value
Type | Description |
---|---|
TMulti |
A set of multi selection options. |
#Remarks
The MultiSelectStyle property value can include the following flags in any combination:
Value | Description |
---|---|
ms |
A user can click a node while holding the Ctrl key to select or deselect the node. |
ms |
A user can click a node while holding the Shift key to select this node and all nodes between it and the previously selected node. |
ms |
This flag excludes children of collapsed nodes from multiple selection operations made while holding the Shift key. |
ms |
Multiple node selection operations are restricted to siblings only. |
Note
The Multi
If the ms