Show / Hide Table of Contents

Class IgbNumberFormatSpecifier

Inheritance
System.Object
BaseRendererElement
IgbFormatSpecifier
IgbNumberFormatSpecifier
Implements
JsonSerializable
System.IDisposable
Inherited Members
IgbFormatSpecifier.Dispose()
IgbFormatSpecifier.OnInitializedAsync()
IgbFormatSpecifier.GetLocalCultureAsync()
IgbFormatSpecifier.GetLocalCulture()
IgbFormatSpecifier.AxisParent
IgbFormatSpecifier.PieChartBaseParent
IgbFormatSpecifier.RingSeriesBaseParent
IgbFormatSpecifier.OthersLabelFormatSpecifiersParent
IgbFormatSpecifier.LegendLabelFormatSpecifiersParent
IgbFormatSpecifier.LegendOthersLabelFormatSpecifiersParent
IgbFormatSpecifier.NumericColumnParent
IgbFormatSpecifier.DateTimeColumnParent
IgbFormatSpecifier.RadialGaugeParent
IgbFormatSpecifier.LinearGraphParent
IgbFormatSpecifier.HorizontalLabelFormatSpecifiersParent
IgbFormatSpecifier.VerticalLabelFormatSpecifiersParent
IgbFormatSpecifier.XAxisLabelFormatSpecifiersParent
IgbFormatSpecifier.YAxisLabelFormatSpecifiersParent
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbNumberFormatSpecifier : IgbFormatSpecifier, JsonSerializable, IDisposable

Constructors

IgbNumberFormatSpecifier()

Declaration
public IgbNumberFormatSpecifier()

Properties

CompactDisplay

Declaration
public string CompactDisplay { get; set; }
Property Value
Type Description
System.String

Currency

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String

CurrencyCode

Declaration
public string CurrencyCode { get; set; }
Property Value
Type Description
System.String

CurrencyDisplay

Declaration
public string CurrencyDisplay { get; set; }
Property Value
Type Description
System.String

CurrencySign

Declaration
public string CurrencySign { get; set; }
Property Value
Type Description
System.String

Locale

Declaration
public string Locale { get; set; }
Property Value
Type Description
System.String

LocaleMatcher

Declaration
public string LocaleMatcher { get; set; }
Property Value
Type Description
System.String

MaximumFractionDigits

Declaration
public int MaximumFractionDigits { get; set; }
Property Value
Type Description
System.Int32

MaximumSignificantDigits

Declaration
public int MaximumSignificantDigits { get; set; }
Property Value
Type Description
System.Int32

MinimumFractionDigits

Declaration
public int MinimumFractionDigits { get; set; }
Property Value
Type Description
System.Int32

MinimumIntegerDigits

Declaration
public int MinimumIntegerDigits { get; set; }
Property Value
Type Description
System.Int32

MinimumSignificantDigits

Declaration
public int MinimumSignificantDigits { get; set; }
Property Value
Type Description
System.Int32

Notation

Declaration
public string Notation { get; set; }
Property Value
Type Description
System.String

NumberingSystem

Declaration
public string NumberingSystem { get; set; }
Property Value
Type Description
System.String

SignDisplay

Declaration
public string SignDisplay { get; set; }
Property Value
Type Description
System.String

Style

Declaration
public string Style { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
IgbFormatSpecifier.Type

Unit

Declaration
public string Unit { get; set; }
Property Value
Type Description
System.String

UnitDisplay

Declaration
public string UnitDisplay { get; set; }
Property Value
Type Description
System.String

UseGrouping

Declaration
public bool UseGrouping { get; set; }
Property Value
Type Description
System.Boolean

Methods

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
IgbFormatSpecifier.EnsureModulesLoaded()

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
IgbFormatSpecifier.FindByName(String)

FromEventJson(BaseRendererControl, Dictionary<String, Object>)

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
IgbFormatSpecifier.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

ToEventJson(BaseRendererControl, Dictionary<String, Object>)

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
IgbFormatSpecifier.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable
System.IDisposable