Class SerializableGridNumericColumn
Represents a class that is used to serialize and deserialize GridNumericColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class SerializableGridNumericColumn : SerializableGridColumn
Constructors
SerializableGridNumericColumn()
Declaration
public SerializableGridNumericColumn()
Properties
AllowNullInput
Gets or sets a value that indicates whether the null values are allowed in SerializableGridNumericColumn.
Declaration
public bool AllowNullInput { get; set; }
Property Value
Type |
---|
System.Boolean |
BlockCharactersOnTextInput
Gets or sets a value indicating whether the characters is blocked from an user input.
Declaration
public bool BlockCharactersOnTextInput { get; set; }
Property Value
Type |
---|
System.Boolean |
FormatString
Gets or sets a string that specifies how to format the bound value in SerializableGridNumericColumn.
Declaration
public string FormatString { get; set; }
Property Value
Type |
---|
System.String |
ParsingMode
Gets or sets a value that decides whether the user can parse either decimal or double value in SerializableGridNumericColumn.
Declaration
public Parsers ParsingMode { get; set; }
Property Value
Type |
---|
Parsers |