Skip to main content
A newer version of this page is available. .

TreeList.ClearSelection() Method

Unselects all nodes, and removes them from the TreeList.Selection collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public void ClearSelection()

Remarks

The ClearSelection method is only in effect in the multiple node selection mode (see TreeListOptionsSelection.MultiSelect).

See Also