NumericMask Properties
Defines built-in patterns for Numeric masks.
Name | Description |
---|---|
Currency static | Adds a currency symbol to the editor’s value. |
Percentage static | Adds a percent symbol to the editor’s value. |
Percentage |
Applies the Percent format to the editor’s value. |
Real |
Applies the Fixed-Point format to the editor’s value. |
Real |
Applies the Numeric format to the editor’s value. |
Whole |
Applies the Decimal format to the editor’s value. |
See Also