Skip to main content

GridLevelNodeCollection.Item[Int32] Property

Provides indexed access to the nodes in the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public GridLevelNode this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the required collection item.

Property Value

Type Description
GridLevelNode

A GridLevelNode object representing the node at the specified position.

Remarks

If the index parameter is negative or exceeds the number of elements, an exception is raised.

See Also