MaskSettings Properties
Contains mask settings.Name | Description |
---|---|
AllowEscapingInEnums | Gets or sets a value that specifies whether specific symbols can be escaped using a back slash and quotes (both single and double) to include them into the mask value containing enumerations. |
AllowMouseWheel | Gets or sets a value that specifies whether an end-user is able to change the masked value within the editor using the mouse wheel. |
ErrorText | Gets or sets the error text to be displayed, if user input is not valid against the specified mask. |
IncludeLiterals | Gets or sets a value that specifies which constantly displayed mask characters (literals) are included in an editor’s value. |
Mask | Gets or sets a mask expression. |
PromptChar | Gets or sets the character used as the placeholder in a masked editor. |
ShowHints | Gets or sets a value that specifies whether a mask hint can be displayed when an end-user enters a value into a masked editor. |
UseInvariantCultureDecimalSymbolOnClient | Specifies whether to use the period (.) as the decimal point in an editor’s value on the client side. |
See Also