Back to Devexpress

ValueAfterDeleteMode Enum

corelibraries-devexpress-dot-xpf-dot-core-d818d0f0.md

latest1.4 KB
Original Source

ValueAfterDeleteMode Enum

Lists the values that specify the NumericMaskOptions.ValueAfterDelete property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public enum ValueAfterDeleteMode
vb
Public Enum ValueAfterDeleteMode

Members

NameDescription
Null

When a user removes the last digit, the editor value becomes null.

| | ZeroThenNull |

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.

|

The following properties accept/return ValueAfterDeleteMode values:

See Also

DevExpress.Xpf.Core Namespace