Skip to main content
.NET 6.0+

IModelBandsLayoutWin.MinBandPanelRowCount Property

Specifies the minimum Band Panel band header panel height in rows.

Namespace: DevExpress.ExpressApp.Win.Model

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

[DefaultValue(1)]
int MinBandPanelRowCount { get; set; }

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