Class MaskFormat
Contains values for the MaskFormat enumeration that allows the Value property to hold the characters without prompt and literals by setting the ValueMaskFormat.
Inheritance
System.Object
MaskFormat
Namespace: Syncfusion.XForms.MaskedEdit
Assembly: Syncfusion.SfMaskedEdit.XForms.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 |