Skip to main content

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.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

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