Skip to main content

PivotFieldValueEventArgs(PivotFieldValueItem) Constructor

For internal use. Initializes a new instance of the PivotFieldValueEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public PivotFieldValueEventArgs(
    PivotFieldValueItem item
)

Parameters

Name Type
item DevExpress.XtraPivotGrid.Data.PivotFieldValueItem
See Also