RegExMaskAttribute Properties
Provides RegEx mask attributes.Name | Description |
---|---|
IgnoreBlank | Specifies whether the editor can lose focus when a value has not been completely filled. Inherited from RegExMaskAttributeBase. |
Mask | Specifies a mask expression. Inherited from MaskAttributeBase. |
PlaceHolder | Gets or sets the character used as the placeholder in a masked editor. Inherited from RegExMaskAttributeBase. |
ShowPlaceHolders | Gets or sets whether placeholders are displayed 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