Class MaskedEditorMaskFormat
Defines the constants for ValueMaskFormat.
Inheritance
System.Object
MaskedEditorMaskFormat
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public sealed class MaskedEditorMaskFormat : Enum
Fields
ExcludePromptAndLiterals
Excludes the prompt characters and literals in the value.
Declaration
public const MaskedEditorMaskFormat ExcludePromptAndLiterals
Field Value
IncludeLiterals
Includes only the literals in the value.
Declaration
public const MaskedEditorMaskFormat IncludeLiterals
Field Value
IncludePrompt
Includes only the prompt characters in the value.
Declaration
public const MaskedEditorMaskFormat IncludePrompt
Field Value
IncludePromptAndLiterals
Includes the prompt characters and literals in the value.
Declaration
public const MaskedEditorMaskFormat IncludePromptAndLiterals