Skip to main content

TreeListNodeCollection.Item[Int32] Property

Provides indexed access to nodes within the collection.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

#Declaration

public TreeListNode this[int index] { get; }

#Parameters

Name Type Description
index Int32

An integer that specifies the index of the required node.

#Property Value

Type Description
TreeListNode

A TreeListNode object that represents a node at the specified position.

#Remarks

To obtain the number of nodes within a collection, use the TreeListNodeCollection.Count property.

See Also