TcxCustomTreeList.ClearSelection(Boolean) Method
Unselects all the selected nodes.
Declaration
procedure ClearSelection(KeepPrimary: Boolean = False); virtual;
Parameters
Name | Type |
---|---|
KeepPrimary | Boolean |
Remarks
Note that selection and deselection of multiple nodes is allowed if the OptionsSelection.MultiSelect option is active. Otherwise, the method does nothing.
KeepPrimary specifies whether the first selected node will remain selected. Set KeepPrimary to False, to unselect all nodes.
If you wish to unselect a particular node, use the Deselect method instead.
See Also