IModelBandedColumnWin.BandColumnRowCount Property
Specifies the Band Header height in rows.
Namespace: DevExpress.ExpressApp.Win.Model
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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