Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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