Skip to main content
A newer version of this page is available. .

IModelBandsLayoutWin.MinBandPanelRowCount Property

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

Namespace: DevExpress.ExpressApp.Win.Model

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

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