RegularMaskAttribute Properties
Provides regular 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. |
| SaveLiteral | Gets or sets whether constantly displayed mask characters (literals) are included in an editor’s value. |
| 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