Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRCrossBandControl.WidthF Property

Gets or sets the control’s width.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.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