MaskSettings Members
Contains mask settings.Constructors
Name | Description |
---|---|
MaskSettings(IPropertiesOwner) | Initializes a new instance of the MaskSettings class with the specified owner. |
Fields
Name | Description |
---|---|
DefaultPromptChar | Stores the underscore character (“_”). |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings of the specified object to the current one. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. |
See Also