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

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

Declaration

public PivotFieldValueEventArgs(
    PivotFieldValueItem item
)

Parameters

Name Type Description
item PivotFieldValueItem

A PivotFieldValueItem object.

See Also