Back to Devexpress

PivotCustomRowHeightEventArgs Class

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-b57a84be.md

latest2.2 KB
Original Source

PivotCustomRowHeightEventArgs Class

Provides data for the XRPivotGrid.CustomRowHeight event.

Namespace : DevExpress.XtraReports.UI.PivotGrid

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class PivotCustomRowHeightEventArgs :
    PivotFieldValueEventArgs
vb
Public Class PivotCustomRowHeightEventArgs
    Inherits PivotFieldValueEventArgs

PivotCustomRowHeightEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs PivotFieldEventArgsBase<XRPivotGridField> PivotFieldValueEventArgsBase<XRPivotGridField> PivotFieldValueEventArgs PivotCustomRowHeightEventArgs

See Also

PivotCustomRowHeightEventArgs Members

CustomRowHeight

DevExpress.XtraReports.UI.PivotGrid Namespace