Back to Devexpress

Calculator.History Property

wpf-devexpress-dot-xpf-dot-editors-dot-calculator-3fbad0a9.md

latest1.4 KB
Original Source

Calculator.History Property

Gets the calculation history. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ReadOnlyObservableCollection<string> History { get; protected set; }
vb
Public Property History As ReadOnlyObservableCollection(Of String)

Property Value

TypeDescription
ReadOnlyObservableCollection<String>

The collection of strings that represents the calculation history.

|

Remarks

You can use the history to see what has been done previously.

To clear the history, use the Calculator.ClearHistory method.

See Also

Calculator Class

Calculator Members

DevExpress.Xpf.Editors Namespace