Skip to main content

TreeListMultiSelection.Count Property

Gets the number of items (selected nodes) in this collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of selected nodes.

See Also