Defines how to format the value inside of a C1MaskedTextBox.
Namespace:
C1.PhoneAssembly: C1.Phone (in C1.Phone.dll)
Syntax
| C# |
|---|
public enum MaskFormat |
| Visual Basic |
|---|
Public Enumeration MaskFormat |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Value | Description | |
|---|---|---|---|
| IncludePrompt | 0 | Return text input by the user as well as any instances of the prompt character. | |
| IncludeLiterals | 1 | Return text input by the user as well as any literal characters defined in the mask. | |
| IncludePromptAndLiterals | 2 | Return text input by the user as well as any literal characters defined in the mask and any instances of the prompt character. | |
| ExcludePromptAndLiterals | 3 | Return only text input by the user. |