Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotFieldValueEventArgs(PivotGridField) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotFieldValueEventArgs(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object which specifies the field currently being processed. This value is assigned to the PivotFieldEventArgsBase<T>.Field property.

See Also