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

TreeListNodeCollection.Item[Int32] Property

Provides indexed access to nodes within the collection.

Namespace: DevExpress.Web.ASPxTreeList

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

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