VerticalBand.WidthF Property
Specifies the band’s width (measured in report units).
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Single | 300 | The band’s width. |
Remarks
A band’s width is measured in the units set by the ReportUnit property.
See Also