Skip to main content
.NET 6.0+

IModelBandedColumnWin.BandColumnRowCount Property

Specifies the Band Header height in rows.

Namespace: DevExpress.ExpressApp.Win.Model

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

NuGet Package: DevExpress.ExpressApp.Win

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