PivotCustomRowHeightEventArgs Class
In This Article
Provides data for the XRPivotGrid.CustomRowHeight event.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.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.
#Inheritance
See Also