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

PivotCustomRowHeightEventArgs Class

Provides data for the XRPivotGrid.CustomRowHeight event.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public class PivotCustomRowHeightEventArgs :
    PivotFieldValueEventArgs

Remarks

An instance of the PivotCustomRowHeightEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

See Also