Skip to main content

TcxCustomTreeList.SelectionCount Property

Returns the number of selected nodes.

Declaration

property SelectionCount: Integer read;

Property Value

Type
Integer

Remarks

For indexed access to selected nodes, use the Selections property.

To enable the multi-select feature, activate the tree list’s OptionsSelection.MultiSelect option.

See Also