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.v18.2.dll

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