NumericMaskOptions Attached Properties
Contains settings specific to numeric masks.
Name | Description |
---|---|
Always |
Gets or sets whether to show the decimal separator when the fractional part is zero. This is an attached property. |
Hide |
Gets or sets whether the editor hides “0“ (zero) when all digits are removed. This is an attached property. |
Value |
Specifies whether the editor sets the 0 (zero) or null value after the last digit is removed. This is an attached property. |
See Also