wpf-devexpress-dot-xpf-dot-editors-63581ca3.md
Represents a calculator.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
[DXLicenseWpfEditors]
public class Calculator :
Control,
ICalculatorViewOwner
<DXLicenseWpfEditors>
Public Class Calculator
Inherits Control
Implements ICalculatorViewOwner
The Calculator is shown in the image below:
<Window ...
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors">
<dxe:Calculator />
Use the Value property to get or set the displayed value. After the Value property’s value has been changed, the Calculator.ValueChanged event is fired.
To obtain the text displayed within the calculator, use the Calculator.DisplayText property.
You can use the CEButtonStyle, DigitButtonStyle, and OperationButtonStyle properties to customize button appearance.
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control Calculator
See Also