TcxCustomTreeList.Selections Property
Provides indexed access to the selected nodes.
Declaration
property Selections[Index: Integer]: TcxTreeListNode read;
Property Value
Type |
---|
TcxTreeListNode |
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