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