ValueAfterDeleteMode Enum
In This Article
Lists the values that specify the NumericMaskOptions.ValueAfterDelete property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Data.Desktop.v24.2.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
#Declaration
#Members
Name | Description |
---|---|
Null
|
When a user removes the last digit, the editor value becomes null. |
Zero
|
When a user removes the last digit, the editor value becomes 0 (zero). If a user presses the Backspace or Delete key to remove this zero, the editor value becomes null. |
#Related API Members
The following properties accept/return ValueAfterDeleteMode values:
See Also