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

BandedGridColumnReadOnlyCollection.Item[Int32] Property

Provides indexed access to individual columns.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public BandedGridColumn 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
BandedGridColumn

A BandedGridColumn object representing the column 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