GridBand.VisibleIndex Property
Gets the band’s visual position within its owner (within a parent band or, for root bands, within a View).
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | A zero-based integer value specifying the band’s visual position. -1 if the band is invisible. |
Remarks
To hide and then restore a band, use the GridBand.Visible property. To move a band to a specific position, use the GridBandCollection.MoveTo method.
See Also