GridBandColumnCollection.VisibleColumnCount Property
Gets the number of visible columns.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value representing the number of visible columns. |
Remarks
The VisibleColumnCount property is used to obtain the number of columns whose GridColumn.Visible property is set to true. Use it to determine the number of columns actually displayed within a band.
See Also