TreeList.ClearSelection() Method
Unselects all nodes, and removes them from the TreeList.Selection collection.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v22.2.dll
NuGet Package: DevExpress.Win.TreeList
Declaration
Remarks
The ClearSelection method is only in effect in the multiple node selection mode (see TreeListOptionsSelection.MultiSelect).
See Also