TcxCustomTreeList.SelectionList Property
In This Article
Provides access to the collection of selected nodes.
#Declaration
Delphi
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