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

GridLevelNodeCollection.Item[Int32] Property

Provides indexed access to the nodes in the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

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