TcxCustomTreeList.SelectionList Property
Provides access to the collection of selected nodes.
Declaration
property SelectionList: TList read;
Property Value
| Type |
|---|
| TList |
Remarks
For indexed access to selected nodes, use the Selections property instead.
To enable the multi-select feature, activate the tree list’s OptionsSelection.MultiSelect option.
See Also