Skip to main content
A newer version of this page is available. .

RegExMaskAttributeBase Properties

Provides base RegEx mask attributes.
Name Description
IgnoreBlank Specifies whether the editor can lose focus when a value has not been completely filled.
Mask Specifies a mask expression. Inherited from MaskAttributeBase.
PlaceHolder Gets or sets the character used as the placeholder in a masked editor.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
UseAsDisplayFormat Specifies whether display values are still formatted using the mask when the editor is not focused. This is a dependency property. Inherited from MaskAttributeBase.
See Also