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

XRTableRow.WidthF Property

Gets or sets the width of the XRTableRow (measured in report units).

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public override float WidthF { get; set; }

Property Value

Type Description
Single

A Single value representing the width of the control.

Remarks

A control’s width and height are measured in the units set by the XtraReport.ReportUnit property.

See Also