Skip to main content

ASPxTreeList.SelectionCount Property

Gets the number of selected nodes within the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public int SelectionCount { get; }

#Property Value

Type Description
Int32

An integer value that specifies the umber of selected nodes.

#Remarks

For detailed information, see Selection.

See Also