Back to Devexpress

XRCrossBandControl.WidthF Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcrossbandcontrol-ff4997cc.md

latest1.8 KB
Original Source

XRCrossBandControl.WidthF Property

Gets or sets the control’s width.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[XRLocalizable(true)]
[Browsable(true)]
[SRCategory(ReportStringId.CatLayout)]
public override float WidthF { get; set; }
vb
<XRLocalizable(True)>
<Browsable(True)>
<SRCategory(ReportStringId.CatLayout)>
Public Overrides Property WidthF As Single

Property Value

TypeDescription
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

XRCrossBandControl Class

XRCrossBandControl Members

DevExpress.XtraReports.UI Namespace