Class SerializableGridMaskColumn
Represents a class that is used to serialize and deserialize GridMaskColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableGridMaskColumn : SerializableGridColumn
Constructors
SerializableGridMaskColumn()
Declaration
public SerializableGridMaskColumn()
Properties
DateSeparator
Gets or sets the string that separates the components of date,that is, day ,month and year in SerializableGridMaskColumn.
Declaration
public string DateSeparator { get; set; }
Property Value
Type |
---|
System.String |
DecimalSeparator
Gets or sets the string that separates groups of digits to the left of the decimal in values.
Declaration
public string DecimalSeparator { get; set; }
Property Value
Type |
---|
System.String |
IsNumeric
Gets or sets a value that indicates whether the SerializableGridMaskColumn that loads the numeric values in it.
Declaration
public bool IsNumeric { get; set; }
Property Value
Type |
---|
System.Boolean |
Mask
Gets or sets the input mask to use at runtime.
Declaration
public string Mask { get; set; }
Property Value
Type |
---|
System.String |
MaskFormat
Gets or sets the format of masked input.
Declaration
public MaskFormat MaskFormat { get; set; }
Property Value
Type |
---|
MaskFormat |
PromptChar
Gets or sets the character used to represent the absence of user input in GridMaskColumn.
Declaration
public char PromptChar { get; set; }
Property Value
Type |
---|
System.Char |
SelectTextOnFocus
Gets or sets a value that indicates whether the entire cell value is selected when it receives focus.
Declaration
public bool SelectTextOnFocus { get; set; }
Property Value
Type |
---|
System.Boolean |
TimeSeparator
Gets or sets the string that separates the components of time, that is, the hour , minutes and seconds .
Declaration
public string TimeSeparator { get; set; }
Property Value
Type |
---|
System.String |