MaskSettings Members
In This Article
#Constructors
Name | Description |
---|---|
Mask |
Initializes a new instance of the Mask |
#Fields
Name | Description |
---|---|
Default |
Stores the underscore character (“_”). |
#Properties
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. |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings of the specified object to the current one. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the string that represents the current object. |
See Also