Class NumFormat
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class NumFormat : EJTagHelper
Constructors
NumFormat()
Declaration
public NumFormat()
Properties
DecimalPlaces
Gets or sets the decimal places for format.
Declaration
[JsonProperty("decimalPlaces")]
public int DecimalPlaces { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The decimal places. |
FormatStr
Gets or sets the formatStr for format.
Declaration
[JsonProperty("formatStr")]
public string FormatStr { get; set; }
Property Value
Type | Description |
---|---|
System.String | The formatStr. |
ThousandSeparator
Gets or sets a value indicating whether thousand separator is enable or not.
Declaration
[JsonProperty("thousandSeparator")]
public bool ThousandSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if thousand separator is enable; otherwise, false. |
Type
Gets or sets the type for format.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |