RadCalculator
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadCalculator : ContentControl, IAutomationPeer, IPeerConverter, IRadCalculator, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadCalculator...
Implements:
Inherited Members
Constructors
C#
public RadCalculator()
Properties
C#
public RadButton ClearButton { get; }
C#
public RadButton ClearInputButton { get; }
C#
public RadButton DecimalSeparatorButton { get; }
C#
public RadButton DeleteButton { get; }
C#
public string DisplayText { get; }
C#
public RadButton DivideButton { get; }
C#
public RadButton EqualButton { get; }
C#
public string HistoryText { get; }
C#
public RadButton Input0Button { get; }
C#
public RadButton Input1Button { get; }
C#
public RadButton Input2Button { get; }
C#
public RadButton Input3Button { get; }
C#
public RadButton Input4Button { get; }
C#
public RadButton Input5Button { get; }
C#
public RadButton Input6Button { get; }
C#
public RadButton Input7Button { get; }
C#
public RadButton Input8Button { get; }
C#
public RadButton Input9Button { get; }
C#
public RadButton MemoryClearButton { get; }
C#
public RadButton MemoryMinusButton { get; }
C#
public RadButton MemoryPlusButton { get; }
C#
public RadButton MemoryRecallButton { get; }
C#
public RadButton MemoryStoreButton { get; }
C#
public RadButton MultiplyButton { get; }
C#
public RadButton NegateButton { get; }
C#
public RadButton PercentButton { get; }
C#
public RadButton ReciprocalButton { get; }
C#
public RadButton SquareRootButton { get; }
C#
public RadButton SubtractButton { get; }