Class RadCalculatorCommands
Provides commands for RadCalculator.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class RadCalculatorCommands
Properties
AddPendingBinaryOperation
Gets a value that represents the add pending binary operation command.
Declaration
public static ICommand AddPendingBinaryOperation { get; }
Property Value
System.Windows.Input.ICommand
|
ClearEverything
Gets a value that represents the clear everything command.
Declaration
public static ICommand ClearEverything { get; }
Property Value
System.Windows.Input.ICommand
|
ClearInput
Gets a value that represents the clear input command.
Declaration
public static ICommand ClearInput { get; }
Property Value
System.Windows.Input.ICommand
|
Collapse
Gets a value that represents the collapse command.
Declaration
public static ICommand Collapse { get; }
Property Value
System.Windows.Input.ICommand
|
Delete
Gets a value that represents the delete command.
Declaration
public static ICommand Delete { get; }
Property Value
System.Windows.Input.ICommand
|
ExecuteBinaryOperation
Gets a value that represents the execute binary operation command.
Declaration
public static ICommand ExecuteBinaryOperation { get; }
Property Value
System.Windows.Input.ICommand
|
ExecutePercentOperation
Gets a value that represents the execute percent operation command.
Declaration
public static ICommand ExecutePercentOperation { get; }
Property Value
System.Windows.Input.ICommand
|
ExecuteUnaryOperation
Gets a value that represents the execute unary operation command.
Declaration
public static ICommand ExecuteUnaryOperation { get; }
Property Value
System.Windows.Input.ICommand
|
Expand
Gets a value that represents the expand command.
Declaration
public static ICommand Expand { get; }
Property Value
System.Windows.Input.ICommand
|
MemoryClear
Gets a value that represents the memory clear command.
Declaration
public static ICommand MemoryClear { get; }
Property Value
System.Windows.Input.ICommand
|
MemoryMinus
Gets a value that represents the memory minus command.
Declaration
public static ICommand MemoryMinus { get; }
Property Value
System.Windows.Input.ICommand
|
MemoryPlus
Gets a value that represents the memory plus command.
Declaration
public static ICommand MemoryPlus { get; }
Property Value
System.Windows.Input.ICommand
|
MemoryRecall
Gets a value that represents the memory recall command.
Declaration
public static ICommand MemoryRecall { get; }
Property Value
System.Windows.Input.ICommand
|
MemoryStore
Gets a value that represents the memory store command.
Declaration
public static ICommand MemoryStore { get; }
Property Value
System.Windows.Input.ICommand
|
Redo
Gets a value that represents the redo command.
Declaration
public static ICommand Redo { get; }
Property Value
System.Windows.Input.ICommand
|
Undo
Gets a value that represents the undo command.
Declaration
public static ICommand Undo { get; }
Property Value
System.Windows.Input.ICommand
|
UpdateInput
Gets a value that represents the update input command.
Declaration
public static ICommand UpdateInput { get; }
Property Value
System.Windows.Input.ICommand
|