Skip to main content

GridBandColumnCollection.VisibleColumnCount Property

Gets the number of visible columns.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public virtual int VisibleColumnCount { get; }

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