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

IModelBandedColumnWin.BandColumnRowCount Property

Specifies the Band Header height in rows.

Namespace: DevExpress.ExpressApp.Win.Model

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

[DefaultValue(1)]
[Browsable(false)]
int BandColumnRowCount { get; set; }

Property Value

Type Default Description
Int32 1

An integer value specifying the band header height in rows. Values less than 1 are not accepted.

Remarks

The BandColumnRowCount value is passed to the GridBand.RowCount property.

See Also