Calculator.Reset() Method
Resets the calculator.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
The Reset method sets the Calculator.Value property to 0 and clears the calculator’s Calculator.Memory. To clear the calculation history, use the Calculator.ClearHistory method.
See Also