Class RadCalculatorCommands
Inheritance
System.Object
RadCalculatorCommands
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadCalculatorCommands : Object
Constructors
RadCalculatorCommands()
Declaration
public RadCalculatorCommands()
Properties
AddPendingBinaryOperation
Declaration
public static ICommand AddPendingBinaryOperation { get; }
Property Value
System.
|
ClearEverything
Declaration
public static ICommand ClearEverything { get; }
Property Value
System.
|
ClearInput
Declaration
public static ICommand ClearInput { get; }
Property Value
System.
|
Collapse
Declaration
public static ICommand Collapse { get; }
Property Value
System.
|
Delete
Declaration
public static ICommand Delete { get; }
Property Value
System.
|
ExecuteBinaryOperation
Declaration
public static ICommand ExecuteBinaryOperation { get; }
Property Value
System.
|
ExecutePercentOperation
Declaration
public static ICommand ExecutePercentOperation { get; }
Property Value
System.
|
ExecuteUnaryOperation
Declaration
public static ICommand ExecuteUnaryOperation { get; }
Property Value
System.
|
Expand
Declaration
public static ICommand Expand { get; }
Property Value
System.
|
MemoryClear
Declaration
public static ICommand MemoryClear { get; }
Property Value
System.
|
MemoryMinus
Declaration
public static ICommand MemoryMinus { get; }
Property Value
System.
|
MemoryPlus
Declaration
public static ICommand MemoryPlus { get; }
Property Value
System.
|
MemoryRecall
Declaration
public static ICommand MemoryRecall { get; }
Property Value
System.
|
MemoryStore
Declaration
public static ICommand MemoryStore { get; }
Property Value
System.
|
Redo
Declaration
public static ICommand Redo { get; }
Property Value
System.
|
Undo
Declaration
public static ICommand Undo { get; }
Property Value
System.
|
UpdateInput
Declaration
public static ICommand UpdateInput { get; }
Property Value
System.
|