Skip to main content

PivotFieldDisplayTextEventArgs(IFieldFormattableValue, String) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotFieldDisplayTextEventArgs(
    IFieldFormattableValue formattable,
    string defaultText
)

Parameters

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