Class SerializableGridMaskColumn
Represents a class that is used to serialize and deserialize GridMaskColumn property settings.
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.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableGridMaskColumn : SerializableGridColumn
Constructors
SerializableGridMaskColumn()
Declaration
public SerializableGridMaskColumn()
Properties
DateSeparator
Gets or sets the character that separates the components of date,that is, day ,month and year in GridMaskColumn.
Declaration
public char DateSeparator { get; set; }
Property Value
Type |
---|
System.Char |
DecimalSeparator
Gets or sets the character that separates groups of digits to the left of the decimal in values.
Declaration
public char DecimalSeparator { get; set; }
Property Value
Type |
---|
System.Char |
Mask
Gets or sets the input mask expression to use at runtime.
Declaration
public string Mask { get; set; }
Property Value
Type |
---|
System.String |
MaskFormat
Gets or sets the value that indicates whether the literals are included in the formatted string.
Declaration
public ClipModes MaskFormat { get; set; }
Property Value
Type |
---|
ClipModes |
PromptCharacter
Gets or sets the character used to represent the absence of user input in GridMaskColumn.
Declaration
public char PromptCharacter { get; set; }
Property Value
Type |
---|
System.Char |
TimeSeparator
Gets or sets the character that separates the components of time, that is, the hour, minutes and seconds.
Declaration
public char TimeSeparator { get; set; }
Property Value
Type |
---|
System.Char |