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

TreeListMultiSelection.Set(TreeListNode) Method

Removes all nodes from the collection of selected nodes and then adds a specific node to the collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
public void Set(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

The node to select.

Remarks

The Set method unselects all nodes and then selects a specific node.

To set selection for a group of nodes you can use another Set method with the INumerable object as a parameter.

See Also