Class SerializableGridNumericColumn
Represents a class that is used to serialize and deserialize GridNumericColumn property settings.
Inheritance
System.Object
SerializableGridNumericColumn
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableGridNumericColumn : SerializableGridEditorColumn
Constructors
SerializableGridNumericColumn()
Declaration
public SerializableGridNumericColumn()
Properties
EnableGroupSeparator
Gets or sets a value that indicates whether the group separator is enabled .
Declaration
public bool EnableGroupSeparator { get; set; }
Property Value
Type |
---|
System.Boolean |
NumberDecimalDigits
Gets or sets the number of decimal places to use in numeric values.
Declaration
public int NumberDecimalDigits { get; set; }
Property Value
Type |
---|
System.Int32 |
NumberDecimalSeparator
Gets or sets the string to use as the decimal separator in numeric values.
Declaration
public string NumberDecimalSeparator { get; set; }
Property Value
Type |
---|
System.String |
NumberGroupSeparator
Gets or sets the string that separates groups of digits to the left of the decimal in numeric values.
Declaration
public string NumberGroupSeparator { get; set; }
Property Value
Type |
---|
System.String |
NumberGroupSizes
Gets or sets the number of digits in each group to the left of the decimal in numeric values.
Declaration
public Int32Collection NumberGroupSizes { get; set; }
Property Value
Type |
---|
System.Windows.Media.Int32Collection |
NumberNegativePattern
Gets or sets the format pattern for negative numeric values.
Declaration
public int NumberNegativePattern { get; set; }
Property Value
Type |
---|
System.Int32 |