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

PivotFieldValueEventArgs(XRPivotGridField) Constructor

Initializes a new instance of the PivotFieldValueEventArgs class with the specified pivot grid field.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public PivotFieldValueEventArgs(
    XRPivotGridField field
)

Parameters

Name Type Description
field XRPivotGridField

An XRPivotGridField object.

See Also