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

TreeListNodeCollection.Count Property

Gets the number of nodes within the collection.

Namespace: DevExpress.Web.ASPxTreeList

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

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