NumericMaskOptions.SetValueAfterDelete(DependencyObject, ValueAfterDeleteMode) Method
In This Article
Set the value of the NumericMaskOptions.ValueAfterDelete attached property to a specified NumericMaskOptions.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static void SetValueAfterDelete(
DependencyObject d,
ValueAfterDeleteMode value
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
The element to which the attached property is written. |
value | Value |
The value an editor receives after the last digit is removed. |
See Also