Skip to main content

GridBandCollection.IndexOf(GridBand) Method

Returns the specified band’s position 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(
    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