MaskSettings Properties
Contains mask settings.
Name | Description |
---|---|
Allow |
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. |
Allow |
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. |
Error |
Gets or sets the error text to be displayed, if user input is not valid against the specified mask. |
Include |
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. |
Prompt |
Gets or sets the character used as the placeholder in a masked editor. |
Show |
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. |
Use |
Specifies whether to use the period (.) as the decimal point in an editor’s value on the client side. |
See Also