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

XRCrossBandControl.WidthF Property

Gets or sets the control’s width.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[XRLocalizable(true)]
[Browsable(true)]
[SRCategory(ReportStringId.CatLayout)]
public override float WidthF { get; set; }

Property Value

Type Description
Single

A Single value that is the width of the control measured in units specifies by the ReportUnit property.

Remarks

The WidthF property specifies the width of the Cross-Band Line and Cross-Band Box controls. Use the XRCrossBandControl.StartPointF and XRCrossBandControl.EndPointF properties to position the controls.

See Also