Skip to main content

IModelBandedColumnWin.BandColumnRowCount Property

Specifies the Band Header height in rows.

Namespace: DevExpress.ExpressApp.Win.Model

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

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

[Browsable(false)]
[DefaultValue(1)]
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