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

PivotFieldValueEventArgs(PivotGridField) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.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