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

XRCrossBandControl.WidthF Property

For internal use. Supports serialization of the XRControl.WidthF property for the XRCrossBandControl.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

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

Property Value

Type Description
Single

A Single value representing the width of the control.

Remarks

This property is intended for internal use only, and normally you don’t need to call it directly from your code.

Note

For cross-band control positioning, use its XRCrossBandControl.StartPointF and XRCrossBandControl.EndPointF properties.

See Also