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