RadControls for WPF

Represent a control that enables you executing arithmetic operations.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40

Syntax

C#
public class RadCalculator : CalculatorBase, 
	IThemable
Visual Basic
Public Class RadCalculator _
	Inherits CalculatorBase _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Telerik.Windows.Controls.Calculator..::..CalculatorBase
                Telerik.Windows.Controls..::..RadCalculator

See Also