TcxCustomTreeList.Selections Property
In This Article
Provides indexed access to the selected nodes.
#Declaration
Delphi
property Selections[Index: Integer]: TcxTreeListNode read;
#Property Value
Type |
---|
Tcx |
#Remarks
To obtain the total number of selected nodes, use the SelectionCount property.
To enable the multi-select feature, activate the tree list’s OptionsSelection.MultiSelect option.
See Also