Skip to main content

Calculator.Reset() Method

In This Article

Resets the calculator.

Namespace: DevExpress.Xpf.Editors

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

#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