TreeListMultiSelection(TreeList) Constructor
Creates a collection of selected nodes for a specific TreeList object.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
treeList | TreeList | A TreeList object to which the collection belongs. |
See Also