Class PivotViewFormatSetting
Inheritance
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewFormatSetting : EJTagHelper
Constructors
PivotViewFormatSetting()
Declaration
public PivotViewFormatSetting()
Properties
Currency
It allows to specify the currency code to be used for formatting.
Declaration
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Format
It allows to specify custom number format for formatting.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
MaximumFractionDigits
It allows to specify maximum fraction digits to the formatted value.
Declaration
public int MaximumFractionDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is null |
MaximumSignificantDigits
It allows to specify maximum significant digits to the formatted value.
Declaration
public int MaximumSignificantDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is null |
MinimumFractionDigits
It allows to specify minimum fraction digits to the formatted value.
Declaration
public int MinimumFractionDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is null |
MinimumIntegerDigits
It allows to specify minimum integer digits to the formatted value.
Declaration
public int MinimumIntegerDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is null |
MinimumSignificantDigits
It allows to specify minimum significant digits to the formatted value.
Declaration
public int MinimumSignificantDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is null |
Name
It allows to set the field name to apply format settings.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Skeleton
It allows to specify the skeleton such as full, medium, long, short, etc. to perform date formatting.
It is applicable only for date type formatting.
Declaration
public string Skeleton { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Type
It allows to specify the type of date formatting either date, dateTime or time.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
UseGrouping
It allows to use grouping to the formatted value,
Declaration
public bool UseGrouping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |