Class MaskFormat
Specifies the mask format for SfMaskedEdit.
Inheritance
System.Object
MaskFormat
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class MaskFormat : Enum
Fields
ExcludePromptAndLiterals
Excludes the prompt character and literals in value.
Declaration
public const MaskFormat ExcludePromptAndLiterals
Field Value
Type |
---|
MaskFormat |
IncludeLiterals
Includes only the literals in value.
Declaration
public const MaskFormat IncludeLiterals
Field Value
Type |
---|
MaskFormat |
IncludePrompt
Includes only the prompt character in value.
Declaration
public const MaskFormat IncludePrompt
Field Value
Type |
---|
MaskFormat |
IncludePromptAndLiterals
Includes the prompt character and literals in value.
Declaration
public const MaskFormat IncludePromptAndLiterals
Field Value
Type |
---|
MaskFormat |