Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v20.2.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