GridBandCollection.IndexOf(GridBand) Method
Returns the specified band’s position within the collection.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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