Class ParseMode
Defines the constants that used to parse different numeric types (int, double, decimal) in GridNumericColumn and TreeGridNumericColumn. By default, NumericColumn treats all the value types as double and return double.
Inheritance
System.Object
ParseMode
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class ParseMode : Enum
Fields
Decimal
Parse the value as Decimal type.
Declaration
public const ParseMode Decimal
Field Value
Type |
---|
ParseMode |
Double
Parse the value as Double type.
Declaration
public const ParseMode Double
Field Value
Type |
---|
ParseMode |
Int
Parse the value as int type.
Declaration
public const ParseMode Int
Field Value
Type |
---|
ParseMode |