Back to Devexpress

CompatibilitySettings.ValueAfterDeleteInNumericMask Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-6d5ed815.md

latest1.9 KB
Original Source

CompatibilitySettings.ValueAfterDeleteInNumericMask Property

Specifies whether editors set the 0 (zero) or null value after the last digit is removed.

Namespace : DevExpress.Xpf.Core

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

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

Declaration

csharp
public static ValueAfterDeleteMode ValueAfterDeleteInNumericMask { get; set; }
vb
Public Shared Property ValueAfterDeleteInNumericMask As ValueAfterDeleteMode

Property Value

TypeDescription
ValueAfterDeleteMode

A mode that specifies whether editors set the 0 (zero) or null value after the last digit is removed.

|

Available values:

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.

|

See Also

ValueAfterDelete

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace