Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.ClearSelection(Boolean) Method

Unselects all the selected nodes.

#Declaration

Delphi
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