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
Gets a value that represents the add pending binary operation command.
public static ICommand AddPendingBinaryOperation { get; }
Gets a value that represents the clear everything command.
public static ICommand ClearEverything { get; }
Gets a value that represents the clear input command.
public static ICommand ClearInput { get; }
Gets a value that represents the collapse command.
public static ICommand Collapse { get; }
Gets a value that represents the delete command.
public static ICommand Delete { get; }
Gets a value that represents the execute binary operation command.
public static ICommand ExecuteBinaryOperation { get; }
Gets a value that represents the execute percent operation command.
public static ICommand ExecutePercentOperation { get; }
Gets a value that represents the execute unary operation command.
public static ICommand ExecuteUnaryOperation { get; }
Gets a value that represents the expand command.
public static ICommand Expand { get; }
Gets a value that represents the memory clear command.
public static ICommand MemoryClear { get; }
Gets a value that represents the memory minus command.
public static ICommand MemoryMinus { get; }
Gets a value that represents the memory plus command.
public static ICommand MemoryPlus { get; }
Gets a value that represents the memory recall command.
public static ICommand MemoryRecall { get; }
Gets a value that represents the memory store command.
public static ICommand MemoryStore { get; }
Gets a value that represents the update input command.
public static ICommand UpdateInput { get; }