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.v19.1.dll

Declaration

public void ClearSelection()

Remarks

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

See Also