IModelBandsLayoutWin.MinBandPanelRowCount Property
Specifies the minimum Band Panel band header panel 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 minimum number of rows possible in the band panel. |
Remarks
The MinBandPanelRowCount value is passed to the BandedGridView.MinBandPanelRowCount property.
See Also