NumericMaskAttribute Properties
Provides numeric mask attributes.| Name | Description |
|---|---|
| AlwaysShowDecimalSeparator | Gets or sets whether to display the decimal separator even if the fractional part is zero. |
| Culture | Specifies the name of the culture whose settings are used by the mask. |
| Mask | Specifies a mask expression. Inherited from MaskAttributeBase. |
| 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