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