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

ASPxTreeList.SelectionCount Property

Gets the number of selected nodes within the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.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