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

PivotFieldValueEventArgs(PivotFieldValueItem) Constructor

Initializes a new instance of the PivotFieldValueEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotFieldValueEventArgs(
    PivotFieldValueItem item
)

Parameters

Name Type Description
item PivotFieldValueItem

A PivotFieldValueItem object that contains information used to initialize a new object.

See Also