Class PivotViewFormatSetting
Inherited Members
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
[HtmlAttributeName("currency")]
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Format
It allows to specify custom number format for formatting.
Declaration
[HtmlAttributeName("format")]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
MaximumFractionDigits
It allows to specify maximum fraction digits to the formatted value.
Declaration
[HtmlAttributeName("maximumFractionDigits")]
public double MaximumFractionDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumSignificantDigits
It allows to specify maximum significant digits to the formatted value.
Declaration
[HtmlAttributeName("maximumSignificantDigits")]
public double MaximumSignificantDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumFractionDigits
It allows to specify minimum fraction digits to the formatted value.
Declaration
[HtmlAttributeName("minimumFractionDigits")]
public double MinimumFractionDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumIntegerDigits
It allows to specify minimum integer digits to the formatted value.
Declaration
[HtmlAttributeName("minimumIntegerDigits")]
public double MinimumIntegerDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumSignificantDigits
It allows to specify minimum significant digits to the formatted value.
Declaration
[HtmlAttributeName("minimumSignificantDigits")]
public double MinimumSignificantDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Name
It allows to set the field name to apply format settings.
Declaration
[HtmlAttributeName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Skeleton
It allows to specify the skeleton such as full, medium, long, short, etc. to perform date formatting.
It is applicable only fot date type formatting.
Declaration
[HtmlAttributeName("skeleton")]
public string Skeleton { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
It allows to specify the type of date formatting either date, dateTime or time.
Declaration
[HtmlAttributeName("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseGrouping
It allows to use grouping to the formatted value,
Declaration
[HtmlAttributeName("useGrouping")]
public bool UseGrouping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |