Skip to main content

TreeListNodeCollection.Count Property

Gets the number of nodes within the collection.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll

NuGet Package: DevExpress.Web

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of nodes within the collection.

Remarks

Individual nodes can be accessed via the TreeListNodeCollection.Item property.

See Also