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

PivotFieldDisplayTextEventArgsBase(IFieldFormattableValue, String) Constructor

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PivotFieldDisplayTextEventArgsBase(
    IFieldFormattableValue formattable,
    string displayText
)

Parameters

Name Type Description
formattable DevExpress.PivotGrid.Utils.IFieldFormattableValue

An object that implements the DevExpress.PivotGrid.Utils.IFieldFormattableValue interface exposing the data field and its value.

displayText String

A string that is the field value’s text.

Remarks

Instances of the PivotFieldDisplayTextEventArgsBase<T> class are automatically created, initialized and passed to the corresponding event handlers.

See Also