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 Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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