Class IgbNumberFormatSpecifier
Inheritance
System.Object
IgbNumberFormatSpecifier
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbNumberFormatSpecifier : IgbFormatSpecifier, JsonSerializable, IDisposable
Constructors
Declaration
public IgbNumberFormatSpecifier()
Properties
Declaration
public string CompactDisplay { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Currency { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string CurrencyCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string CurrencyDisplay { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string CurrencySign { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Locale { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string LocaleMatcher { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public int MaximumFractionDigits { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int MaximumSignificantDigits { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int MinimumFractionDigits { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int MinimumIntegerDigits { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int MinimumSignificantDigits { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public string Notation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string NumberingSystem { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string SignDisplay { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Style { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Declaration
public string Unit { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string UnitDisplay { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool UseGrouping { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements
System.IDisposable