Back to Devexpress

VerticalBand.WidthF Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-verticalband.md

latest1.4 KB
Original Source

VerticalBand.WidthF Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(300F)]
[XRLocalizable(true)]
public override float WidthF { get; set; }
vb
<DefaultValue(300F)>
<XRLocalizable(True)>
Public Overrides Property WidthF As Single

Property Value

TypeDefaultDescription
Single300

The band’s width.

|

Remarks

A band’s width is measured in the units set by the ReportUnit property.

See Also

VerticalBand Class

VerticalBand Members

DevExpress.XtraReports.UI Namespace