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 Report |
#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.