Skip to main content

GridBandCollection.VisibleBandCount Property

Gets the number of visible bands 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 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