TreeListMultiSelection.UnselectNodes(IEnumerable<TreeListNode>, TreeListColumn) Method
Unselects cells in the specified columns of the specified nodes (rows).
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| nodes | IEnumerable<TreeListNode> | A collection of nodes in which to unselect cells. |
| column | TreeListColumn | A column in which to unselect cells. |
See Also