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

PivotFieldValueEventArgsBase(T) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public PivotFieldValueEventArgsBase(
    T field
)

Parameters

Name Type Description
field T

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

See Also