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

GridBandColumnCollection.VisibleColumnCount Property

Gets the number of visible columns.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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