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

XRPivotGrid.ActualWidth Property

Gets the XRPivotGrid‘s rendered width (measured in report units).

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[SRCategory(ReportStringId.CatLayout)]
[Browsable(false)]
public int ActualWidth { get; }

Property Value

Type Description
Int32

A value that specifies the control’s actual width.

See Also