Skip to main content
A newer version of this page is available. .

VerticalBand.WidthF Property

Specifies the band’s width (measured in report units).

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[DefaultValue(300F)]
public override float WidthF { get; set; }

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