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

PivotFieldValueEventArgs(PivotFieldValueItem, PivotGridField) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotFieldValueEventArgs(
    PivotFieldValueItem item,
    PivotGridField field
)

Parameters

Name Type
item PivotFieldValueItem
field PivotGridField
See Also