TdxTreeViewCustomOptionsSelection.MultiSelect Property
In This Article
Specifies if users can select multiple tree nodes simultaneously.
#Declaration
Delphi
property MultiSelect: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | If True, users can select multiple nodes simultaneously. If False, only one node can be selected at a time. |
See Also