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

IModelBandWin.AutoFillDown Property

Specifies whether or not a Band Header should be automatically stretched to fill the empty space below it.

Namespace: DevExpress.ExpressApp.Win.Model

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

Declaration

[DefaultValue(true)]
bool AutoFillDown { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if a band header is automatically stretched to fill the empty space below it; otherwise, false.

Remarks

The AutoFillDown value is passed to the GridBand.AutoFillDown property.

See Also