Skip to main content

TreeListMultiSelection(TreeList) Constructor

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListMultiSelection(
    TreeList treeList
)

Parameters

Name Type Description
treeList TreeList

A TreeList object to which the collection belongs.

See Also