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

PivotCustomRowHeightEventArgs(PivotFieldValueItem, Int32) Constructor

Initializes a new instance of the PivotCustomRowHeightEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public PivotCustomRowHeightEventArgs(
    PivotFieldValueItem item,
    int height
)

Parameters

Name Type Description
item PivotFieldValueItem

A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object.

height Int32

An integer value.

See Also