Class PivotFieldListFormatSettingBuilder
Inheritance
System.Object
PivotFieldListFormatSettingBuilder
Assembly: Syncfusion.EJ2.dll
public class PivotFieldListFormatSettingBuilder : ControlBuilder
Constructors
Declaration
public PivotFieldListFormatSettingBuilder()
Declaration
public PivotFieldListFormatSettingBuilder(List<PivotFieldListFormatSetting> collection)
Parameters
Methods
Declaration
It allows to specify the currency code to be used for formatting.
Declaration
public PivotFieldListFormatSettingBuilder Currency(string currency)
Parameters
Type |
Name |
Description |
System.String |
currency |
|
Returns
It allows to specify custom number format for formatting.
Declaration
public PivotFieldListFormatSettingBuilder Format(string format)
Parameters
Type |
Name |
Description |
System.String |
format |
|
Returns
It allows to specify maximum fraction digits to the formatted value.
Declaration
public PivotFieldListFormatSettingBuilder MaximumFractionDigits(double maximumFractionDigits)
Parameters
Type |
Name |
Description |
System.Double |
maximumFractionDigits |
|
Returns
It allows to specify maximum significant digits to the formatted value.
Declaration
public PivotFieldListFormatSettingBuilder MaximumSignificantDigits(double maximumSignificantDigits)
Parameters
Type |
Name |
Description |
System.Double |
maximumSignificantDigits |
|
Returns
It allows to specify minimum fraction digits to the formatted value.
Declaration
public PivotFieldListFormatSettingBuilder MinimumFractionDigits(double minimumFractionDigits)
Parameters
Type |
Name |
Description |
System.Double |
minimumFractionDigits |
|
Returns
It allows to specify minimum integer digits to the formatted value.
Declaration
public PivotFieldListFormatSettingBuilder MinimumIntegerDigits(double minimumIntegerDigits)
Parameters
Type |
Name |
Description |
System.Double |
minimumIntegerDigits |
|
Returns
It allows to specify minimum significant digits to the formatted value.
Declaration
public PivotFieldListFormatSettingBuilder MinimumSignificantDigits(double minimumSignificantDigits)
Parameters
Type |
Name |
Description |
System.Double |
minimumSignificantDigits |
|
Returns
It allows to set the field name to apply format settings.
Declaration
public PivotFieldListFormatSettingBuilder Name(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
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
public PivotFieldListFormatSettingBuilder Skeleton(string skeleton)
Parameters
Type |
Name |
Description |
System.String |
skeleton |
|
Returns
It allows to specify the type of date formatting either date, dateTime or time.
Declaration
public PivotFieldListFormatSettingBuilder Type(string type)
Parameters
Type |
Name |
Description |
System.String |
type |
|
Returns
It allows to use grouping to the formatted value,
Declaration
public PivotFieldListFormatSettingBuilder UseGrouping(bool useGrouping)
Parameters
Type |
Name |
Description |
System.Boolean |
useGrouping |
|
Returns