Class MaskedTextBoxMaskFormat
Specifies the mask format for value in the SfMaskedTextBox.
Inheritance
System.Object
    MaskedTextBoxMaskFormat
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class MaskedTextBoxMaskFormat : EnumFields
ExcludePromptAndLiterals
Excludes the prompt characters and literals in the value.
Declaration
public const MaskedTextBoxMaskFormat ExcludePromptAndLiteralsField Value
| Type | 
|---|
| MaskedTextBoxMaskFormat | 
IncludeLiterals
Includes only the literals in the value.
Declaration
public const MaskedTextBoxMaskFormat IncludeLiteralsField Value
| Type | 
|---|
| MaskedTextBoxMaskFormat | 
IncludePrompt
Includes only the prompt characters in the value.
Declaration
public const MaskedTextBoxMaskFormat IncludePromptField Value
| Type | 
|---|
| MaskedTextBoxMaskFormat | 
IncludePromptAndLiterals
Includes the prompt characters and literals in the value.
Declaration
public const MaskedTextBoxMaskFormat IncludePromptAndLiteralsField Value
| Type | 
|---|
| MaskedTextBoxMaskFormat |