Defines how to format the value inside of a C1MaskedTextBox.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum MaskFormat
Visual Basic
Public Enumeration MaskFormat

Members

Member nameValueDescription
IncludePrompt0 Return text input by the user as well as any instances of the prompt character.
IncludeLiterals1 Return text input by the user as well as any literal characters defined in the mask.
IncludePromptAndLiterals2 Return text input by the user as well as any literal characters defined in the mask and any instances of the prompt character.
ExcludePromptAndLiterals3 Return only text input by the user.

See Also