Skip to main content

ASPxTreeList.TotalNodeCount Property

Gets the total number of nodes contained within the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public int TotalNodeCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the total number of nodes contained within the ASPxTreeList.

See Also