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.SelectAll Method

In This Article

Selects all nodes.

#Declaration

Delphi
procedure SelectAll;

#Remarks

Note that selection of multiple nodes is allowed, if the OptionsSelection.MultiSelect option is active. Otherwise, the SelectAll method does nothing. The method is also not in effect if the OnCanSelectNode‘s Allow parameter is set to False.

To select a particular node, use the tree list’s Select method.

If you wish to deselect all the selected nodes simultaneously, use the ClearSelection method.

See Also