Class FormatSettings
Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.
For example, to display a specific field with currency formatted values in the pivot table, the set the format
property to be C.
Inheritance
Inherited Members
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public class FormatSettings
Constructors
FormatSettings()
Declaration
public FormatSettings()
Properties
AltSymbol
Species which currency symbol to consider.
Declaration
public string AltSymbol { get; set; }
Property Value
Type |
---|
System.String |
Calendar
Specifies the calendar mode other than gregorian
Declaration
public string Calendar { get; set; }
Property Value
Type |
---|
System.String |
Currency
Specifies the currency code to be used for formatting.
Declaration
public string Currency { get; set; }
Property Value
Type |
---|
System.String |
Format
Specifies custom number format for formatting.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |
IsServerRendered
Enable server side date formating.
Declaration
public bool IsServerRendered { get; set; }
Property Value
Type |
---|
System.Boolean |
MaximumFractionDigits
Specifies maximum fraction digits in formatted value.
Declaration
public double MaximumFractionDigits { get; set; }
Property Value
Type |
---|
System.Double |
MaximumSignificantDigits
Specifies maximum significant digits in formatted value.
Declaration
public double MaximumSignificantDigits { get; set; }
Property Value
Type |
---|
System.Double |
MinimumFractionDigits
Specifies minimum fraction digits in formatted value.
Declaration
public double MinimumFractionDigits { get; set; }
Property Value
Type |
---|
System.Double |
MinimumIntegerDigits
Specifies minimum integer digits in formatted value.
Declaration
public double MinimumIntegerDigits { get; set; }
Property Value
Type |
---|
System.Double |
MinimumSignificantDigits
Specifies minimum significant digits in formatted value.
Declaration
public double MinimumSignificantDigits { get; set; }
Property Value
Type |
---|
System.Double |
Name
It allows to set the field name to apply format settings.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Skeleton
Specifies the skeleton for perform formatting.
Declaration
public string Skeleton { get; set; }
Property Value
Type |
---|
System.String |
Type
Specifies the type of date formatting either date, dateTime or time.
Declaration
public FormatType Type { get; set; }
Property Value
Type |
---|
FormatType |
UseGrouping
Specifies whether to use grouping or not in formatted value,
Declaration
public bool UseGrouping { get; set; }
Property Value
Type |
---|
System.Boolean |