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

PivotFieldValueEventArgs(PivotFieldValueItem) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotFieldValueEventArgs(
    PivotFieldValueItem item
)

Parameters

Name Type
item DevExpress.XtraPivotGrid.Data.PivotFieldValueItem
See Also