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

TreeListMultiSelection(TreeList) Constructor

Creates a collection of selected nodes for a specific TreeList object.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public TreeListMultiSelection(
    TreeList treeList
)

Parameters

Name Type Description
treeList TreeList

A TreeList object to which the collection belongs.

See Also