Skip to main content

PivotFieldValueEventArgs(PivotGridField) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

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