Back to Devexpress

Calculator.ClearHistory() Method

wpf-devexpress-dot-xpf-dot-editors-dot-calculator-e6dfcd6d.md

latest981 B
Original Source

Calculator.ClearHistory() Method

Clears the calculation history.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual void ClearHistory()
vb
Public Overridable Sub ClearHistory

Remarks

The calculation history is stored within the Calculator.History collection.

See Also

History

Calculator Class

Calculator Members

DevExpress.Xpf.Editors Namespace