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

PivotFieldValueEventArgs(PivotFieldValueItem, PivotGridField) Constructor

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotFieldValueEventArgs(
    PivotFieldValueItem item,
    PivotGridField field
)

Parameters

Name Type
item PivotFieldValueItem
field PivotGridField
See Also