Enum MaskFormat
Specifies the mask format for SfMaskedEdit.
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public enum MaskFormat
Fields
| Name | Description |
|---|---|
| ExcludePromptAndLiterals | Excludes the prompt character and literals in value. |
| IncludeLiterals | Includes only the literals in value. |
| IncludePrompt | Includes only the prompt character in value. |
| IncludePromptAndLiterals | Includes the prompt character and literals in value. |