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