GridBandCollection.VisibleBandCount Property
Gets the number of visible bands within the collection.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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