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.
Inheritance
System.Object
NumberFormattingEventArgs
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class NumberFormattingEventArgs : Object
Constructors
NumberFormattingEventArgs()
Declaration
public NumberFormattingEventArgs()
Properties
Cancel
Defines an option to restrict the format field create operation.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
FormatName
Defines the seledted field name that used to apply the number formatting.
Declaration
public string FormatName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
FormatSettings
Defines the current format settings collection.
Declaration
public List<FormatSettings> FormatSettings { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<FormatSettings> |