Class SerializableTreeGridMaskColumn
Represents a class that is used to serialize and deserialize TreeGridMaskColumn 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.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableTreeGridMaskColumn : SerializableTreeGridColumn
Constructors
SerializableTreeGridMaskColumn()
Declaration
public SerializableTreeGridMaskColumn()
Properties
DateSeparator
Gets or sets the string that separates the components of date, that is, day, month and year in SerializableTreeGridMaskColumn.
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 SerializableTreeGridMaskColumn 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 SerializableTreeGridMaskColumn.
Declaration
public char PromptChar { get; set; }
Property Value
| Type |
|---|
| System.Char |
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 |