Skip to main content

GridBandColumnCollection.IndexOf(BandedGridColumn) Method

Returns the position of the specified column within the collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual int IndexOf(
    BandedGridColumn column
)

Parameters

Name Type Description
column BandedGridColumn

A BandedGridColumn object to locate in the collection.

Returns

Type Description
Int32

An integer value representing the specified column’s zero-based index within the collection. -1 if the collection doesn’t contain the specified column.

See Also