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

GridBandCollection.IndexOf(GridBand) Method

Returns the specified band’s position within the collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual int IndexOf(
    GridBand band
)

Parameters

Name Type Description
band GridBand

A GridBand object representing the band to be located.

Returns

Type Description
Int32

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

See Also