ASPxTreeList.SelectionCount Property
In This Article
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
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the umber of selected nodes. |
#Remarks
For detailed information, see Selection.
See Also