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

GridBandCollection.VisibleBandCount Property

Gets the number of visible bands within the collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public virtual int VisibleBandCount { get; }

Property Value

Type Description
Int32

An integer value representing the number of visible bands within the collection.

Remarks

The VisibleBandCount property is used to obtain the number of bands within the collection with GridBand.Visible set to true.

See Also