Class SerializableGridCurrencyColumn
Represents a class that is used to serialize and deserialize GridCurrencyColumn property settings.
Inheritance
System.Object
SerializableGridCurrencyColumn
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableGridCurrencyColumn : SerializableGridEditorColumn
Constructors
SerializableGridCurrencyColumn()
Declaration
public SerializableGridCurrencyColumn()
Properties
CurrencyDecimalDigits
Gets or sets the number of decimal places to use in currency values.
Declaration
public int CurrencyDecimalDigits { get; set; }
Property Value
Type |
---|
System.Int32 |
CurrencyDecimalSeparator
Gets or sets the string that separates the decimal part in currency values.
Declaration
public string CurrencyDecimalSeparator { get; set; }
Property Value
Type |
---|
System.String |
CurrencyGroupSeparator
Gets or sets the string that separates the group of digits to the left of the decimal in currency values.
Declaration
public string CurrencyGroupSeparator { get; set; }
Property Value
Type |
---|
System.String |
CurrencyGroupSizes
Gets or sets the number of digits in each group to the left of the decimal in currency values.
Declaration
public Int32Collection CurrencyGroupSizes { get; set; }
Property Value
Type |
---|
System.Windows.Media.Int32Collection |
CurrencyNegativePattern
Gets or sets the format pattern of negative currency values.
Declaration
public int CurrencyNegativePattern { get; set; }
Property Value
Type |
---|
System.Int32 |
CurrencyPositivePattern
Gets or sets the format pattern of positive currency values.
Declaration
public int CurrencyPositivePattern { get; set; }
Property Value
Type |
---|
System.Int32 |
CurrencySymbol
Gets or sets the string that is used as the currency symbol.
Declaration
public string CurrencySymbol { get; set; }
Property Value
Type |
---|
System.String |