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

TreeListMultiSelection.UnselectNodes(IEnumerable<TreeListNode>) Method

Unselects the specified nodes (rows).

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public void UnselectNodes(
    IEnumerable<TreeListNode> nodes
)

Parameters

Name Type Description
nodes IEnumerable<TreeListNode>

A collection of nodes to unselect.

See Also