Skip to main content

MaskSettingsBuilder Methods

Contains mask settings.
Name Description
AllowEscapingInEnums(Boolean) 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(Boolean) Sets a value that specifies whether an end-user is able to change the masked value within the editor using the mouse wheel.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
ErrorText(String) Sets the error text to be displayed, if user input is not valid against the specified mask.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IncludeLiterals(MaskIncludeLiteralsMode) Sets a value that specifies which constantly displayed mask characters (literals) are included in an editor’s value.
Mask(String) Sets a mask expression.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
PromptChar(Char) Sets the character used as the placeholder in a masked editor.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowHints(Boolean) Sets a value that specifies whether a mask hint can be displayed when an end-user enters a value into a masked editor.
ToString() Returns a string that represents the current object. Inherited from Object.
UseInvariantCultureDecimalSymbolOnClient(Boolean) Specifies whether to use the period (.) as the decimal point in an editor’s value on the client side.
See Also