Skip to main content

PivotFieldDisplayTextEventArgs(IFieldFormattableValue, String) Constructor

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotFieldDisplayTextEventArgs(
    IFieldFormattableValue formattable,
    string defaultText
)

Parameters

Name Type Description
formattable DevExpress.PivotGrid.Utils.IFieldFormattableValue
defaultText String

A string value that specifies the item’s display text.

See Also