Skip to main content
.NET 6.0+

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.v24.1.dll

NuGet Package: DevExpress.ExpressApp.Win

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