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 : Enum
Fields
ExcludePromptAndLiterals
Excludes the prompt characters and literals in the value.
Declaration
public const MaskedTextBoxMaskFormat ExcludePromptAndLiterals
Field Value
Type |
---|
MaskedTextBoxMaskFormat |
IncludeLiterals
Includes only the literals in the value.
Declaration
public const MaskedTextBoxMaskFormat IncludeLiterals
Field Value
Type |
---|
MaskedTextBoxMaskFormat |
IncludePrompt
Includes only the prompt characters in the value.
Declaration
public const MaskedTextBoxMaskFormat IncludePrompt
Field Value
Type |
---|
MaskedTextBoxMaskFormat |
IncludePromptAndLiterals
Includes the prompt characters and literals in the value.
Declaration
public const MaskedTextBoxMaskFormat IncludePromptAndLiterals
Field Value
Type |
---|
MaskedTextBoxMaskFormat |