PivotFieldDisplayTextEventArgs(IFieldFormattableValue, String) Constructor
Initializes a new instance of the PivotFieldDisplayTextEventArgs class with specified settings.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public PivotFieldDisplayTextEventArgs(
IFieldFormattableValue formattable,
string defaultText
)
Parameters
| Name | Type |
|---|---|
| formattable | DevExpress.PivotGrid.Utils.IFieldFormattableValue |
| defaultText | String |
See Also