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

GridColumnReadOnlyCollection.Item[Int32] Property

Provides indexed access to individual columns.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public GridColumn this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the column’s zero-based index within the collection.

Property Value

Type Description
GridColumn

A GridColumn object representing the column located at the specified position within the collection. null (Nothing in Visual Basic) if the specified index is negative or exceeds the last available index.

See Also