Skip to main content
A newer version of this page is available. .

Calculator.Reset() Method

Resets the calculator.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual void Reset()

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