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

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.v18.2.dll

Declaration

[Browsable(false)]
public virtual int VisibleIndex { get; set; }

Property Value

Type Description
Int32

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