Skip to main content

MVCxTreeViewNodeCollection.Item[Int32] Property

Provides indexed access to individual nodes within the MVCxTreeViewNodeCollection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MVCxTreeViewNode this[int index] { get; }

#Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the node to be accessed.

#Property Value

Type Description
MVCxTreeViewNode

A MVCxTreeViewNode object representing the node located at the specified index within the collection.

#Remarks

Use this property to access a particular node using index notation.

See Also