Class MaskedEntryMaskFormat
Specifies the mask format for value in the SfMaskedEntry.
Inheritance
System.Object
MaskedEntryMaskFormat
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public sealed class MaskedEntryMaskFormat : Enum
Fields
ExcludePromptAndLiterals
Excludes the prompt characters and literals in the value.
Declaration
public const MaskedEntryMaskFormat ExcludePromptAndLiterals
Field Value
Type |
---|
MaskedEntryMaskFormat |
IncludeLiterals
Includes only the literals in the value.
Declaration
public const MaskedEntryMaskFormat IncludeLiterals
Field Value
Type |
---|
MaskedEntryMaskFormat |
IncludePrompt
Includes only the prompt characters in the value.
Declaration
public const MaskedEntryMaskFormat IncludePrompt
Field Value
Type |
---|
MaskedEntryMaskFormat |
IncludePromptAndLiterals
Includes the prompt characters and literals in the value.
Declaration
public const MaskedEntryMaskFormat IncludePromptAndLiterals
Field Value
Type |
---|
MaskedEntryMaskFormat |