Class NumberFormattingEventArgs
The number formatting event arguments provide the necessary information about the format settings of the selected field before it creates to update the pviot table.
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class NumberFormattingEventArgs
Constructors
NumberFormattingEventArgs()
Declaration
public NumberFormattingEventArgs()
Properties
Cancel
Defines an option to restrict the format field create operation.
Declaration
[JsonPropertyName("cancel")]
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
FormatName
Defines the seledted field name that used to apply the number formatting.
Declaration
[JsonPropertyName("formatName")]
public string FormatName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |
FormatSettings
Defines the current format settings collection.
Declaration
[JsonPropertyName("formatSettings")]
public List<FormatSettings> FormatSettings { get; set; }
Property Value
| Type |
|---|
| List<FormatSettings> |