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

TreeListMultiSelection.UnselectNodes(IEnumerable<TreeListNode>, TreeListColumn) Method

Unselects cells in the specified columns of the specified nodes (rows).

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public void UnselectNodes(
    IEnumerable<TreeListNode> nodes,
    TreeListColumn column
)

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