Defines how to format the value inside of a C1MaskedTextBox.
Namespace:
C1.XamlAssembly: C1.Xaml (in C1.Xaml.dll)
Syntax
| C# |
|---|
public enum MaskFormat |
| Visual Basic |
|---|
Public Enumeration MaskFormat |
Members
| Member name | Description | |
|---|---|---|
| IncludePrompt | Return text input by the user as well as any instances of the prompt character. | |
| IncludeLiterals | Return text input by the user as well as any literal characters defined in the mask. | |
| IncludePromptAndLiterals | Return text input by the user as well as any literal characters defined in the mask and any instances of the prompt character. | |
| ExcludePromptAndLiterals | Return only text input by the user. |