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

PivotFieldValueEventArgsBase(PivotFieldValueItem) Constructor

Initializes a new instance of the PivotFieldValueEventArgsBase<T> class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public PivotFieldValueEventArgsBase(
    PivotFieldValueItem item
)

Parameters

Name Type Description
item PivotFieldValueItem

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

See Also