Skip to main content

XRPivotGrid.ActualHeight Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
Int32

A value that specifies the control’s actual height.

See Also