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

PivotFieldDisplayTextEventArgs(IFieldFormattableValue, String) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotFieldDisplayTextEventArgs(
    IFieldFormattableValue formattable,
    string defaultText
)

Parameters

Name Type
formattable DevExpress.PivotGrid.Utils.IFieldFormattableValue
defaultText String
See Also