ClassRadCalculatorCommands
Represents a collection of commands for the RadCalculator functionality. This static class provides access to various commands related to calculator operations, such as executing unary and binary operations, managing memory, and performing modifications to the input. Each command is represented as an ICommand and can be used to trigger specific actions within the RadCalculator interface, enhancing user interaction and functionality.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public static class RadCalculatorCommands
Inheritance: objectRadCalculatorCommands
Properties
AddPendingBinaryOperation
Gets a value that represents the add pending binary operation command.
Declaration
public static ICommand AddPendingBinaryOperation { get; }
Property Value
ClearEverything
Gets a value that represents the clear everything command.
Declaration
public static ICommand ClearEverything { get; }
Property Value
ClearInput
Gets a value that represents the clear input command.
Collapse
Gets a value that represents the collapse command.
Delete
Gets a value that represents the delete command.
ExecuteBinaryOperation
Gets a value that represents the execute binary operation command.
Declaration
public static ICommand ExecuteBinaryOperation { get; }
Property Value
ExecutePercentOperation
Gets a value that represents the execute percent operation command.
Declaration
public static ICommand ExecutePercentOperation { get; }
Property Value
ExecuteUnaryOperation
Gets a value that represents the execute unary operation command.
Declaration
public static ICommand ExecuteUnaryOperation { get; }
Property Value
Expand
Gets a value that represents the expand command.
MemoryClear
Gets a value that represents the memory clear command.
MemoryMinus
Gets a value that represents the memory minus command.
MemoryPlus
Gets a value that represents the memory plus command.
MemoryRecall
Gets a value that represents the memory recall command.
MemoryStore
Gets a value that represents the memory store command.
Redo
Gets a value that represents the redo command.
Undo
Gets a value that represents the undo command.
UpdateInput
Gets a value that represents the update input command.