Class SerializableTreeGridNumericColumn
Represents a class that is used to serialize and deserialize TreeGridNumericColumn property settings.
Inheritance
System.Object
SerializableTreeGridNumericColumn
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableTreeGridNumericColumn : SerializableTreeGridEditorColumn
Constructors
SerializableTreeGridNumericColumn()
Declaration
public SerializableTreeGridNumericColumn()
Properties
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 |