RadCalculator
Represents a control with calculator functionality.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
[TelerikToolboxCategory("Data Controls")]
public class RadCalculator : RadControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadCalculator...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadCalculator class. Creates a calculator control with default settings and functionality.
public RadCalculator()
Properties
Gets the calculation behavior, that is responsible for the calculation logic and history.
public StandardCalculatorCalculationBehavior CalculationBehavior { get; }
Gets the RadCalculatorElement.
public RadCalculatorElement CalculatorElement { get; }
Gets the default size of the control.
protected override Size DefaultSize { get; }
Overrides:
Methods
Creates the main calculator element for this control.
protected virtual RadCalculatorElement CreateCalculatorElement()
A new instance of RadCalculatorElement.
Creates the child elements of the calculator control.
protected override void CreateChildItems(RadElement parent)
The parent RadElement to add child elements to.
Overrides:
Events
Fired when the displayed value has changed.
public event EventHandler ValueChanged
Fired when the display value is about to be changed.
public event ValueChangingEventHandler ValueChanging