Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotFieldEventArgs(PivotGridField) Constructor

Initializes a new instance of the PivotFieldEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public PivotFieldEventArgs(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

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

See Also