Skip to main content

Calculator.Reset() Method

Resets the calculator.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: 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