Class TreeGridNumericColumn
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridNumericColumn : TreeGridEditorColumn, IDisposable, IFilterDefinition
Constructors
TreeGridNumericColumn()
Initializes a new instance of the TreeGridNumericColumn class.
Declaration
public TreeGridNumericColumn()
Fields
NumberDecimalDigitsProperty
Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberDecimalDigits dependency property.
Declaration
public static readonly DependencyProperty NumberDecimalDigitsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberDecimalDigits dependency property.
NumberDecimalSeparatorProperty
Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberDecimalSeparator dependency property.
Declaration
public static readonly DependencyProperty NumberDecimalSeparatorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberDecimalSeparator dependency property.
NumberGroupSeparatorProperty
Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberGroupSeparator dependency property.
Declaration
public static readonly DependencyProperty NumberGroupSeparatorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberGroupSeparator dependency property.
NumberGroupSizesProperty
Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberGroupSizes dependency property.
Declaration
public static readonly DependencyProperty NumberGroupSizesProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberGroupSizes dependency property.
NumberNegativePatternProperty
Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberNegativePattern dependency property.
Declaration
public static readonly DependencyProperty NumberNegativePatternProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberNegativePattern dependency property.
ParsingModeProperty
Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.ParsingMode dependency property.
Declaration
public static readonly DependencyProperty ParsingModeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.ParsingMode dependency property.
Properties
NumberDecimalDigits
Gets or sets the number of decimal places to use in numeric values.
Declaration
public int NumberDecimalDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of decimal places to use in numeric values. |
NumberDecimalSeparator
Gets or sets the string to use as the decimal separator in numeric values.
Declaration
public string NumberDecimalSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string to use as the decimal separator in numeric values. |
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 | Description |
---|---|
System.String | The string that separates groups of digits to the left of the decimal in numeric values. |
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 | Description |
---|---|
System.Windows.Media.Int32Collection | The number of digits in each group to the left of the decimal in numeric values. |
NumberNegativePattern
Gets or sets the format pattern for negative numeric values.
Declaration
public int NumberNegativePattern { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The format pattern for negative numeric values. |
ParsingMode
Gets or Sets the parsing mode option for Numeric column.The purpose of the parsing mode option is to take place the cast conversion for the Edited value at the runtime. when using the dynamic object to holds the data .
Declaration
public ParseMode ParsingMode { get; set; }
Property Value
Type | Description |
---|---|
ParseMode | The Parsing mode option to use in the Numeric column. |
Methods
SetValueBindingConverter()
Sets the converter for the
Declaration
protected override void SetValueBindingConverter()
Overrides
Remarks
You can override this method to specify the converter for
UpdateBindingBasedOnAllowEditing()
Updates the binding for the AllowEdit property changes in the TreeGridNumericColumn.
Declaration
protected override void UpdateBindingBasedOnAllowEditing()