Class
RadCalculatorCommands

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:

cs-api-definition
public static class RadCalculatorCommands

Inheritance: objectRadCalculatorCommands

Properties

AddPendingBinaryOperation

Gets a value that represents the add pending binary operation command.

Declaration

cs-api-definition
public static ICommand AddPendingBinaryOperation { get; }

Property Value

ICommand

ClearEverything

Gets a value that represents the clear everything command.

Declaration

cs-api-definition
public static ICommand ClearEverything { get; }

Property Value

ICommand

ClearInput

Gets a value that represents the clear input command.

Declaration

cs-api-definition
public static ICommand ClearInput { get; }

Property Value

ICommand

Collapse

Gets a value that represents the collapse command.

Declaration

cs-api-definition
public static ICommand Collapse { get; }

Property Value

ICommand

Delete

Gets a value that represents the delete command.

Declaration

cs-api-definition
public static ICommand Delete { get; }

Property Value

ICommand

ExecuteBinaryOperation

Gets a value that represents the execute binary operation command.

Declaration

cs-api-definition
public static ICommand ExecuteBinaryOperation { get; }

Property Value

ICommand

ExecutePercentOperation

Gets a value that represents the execute percent operation command.

Declaration

cs-api-definition
public static ICommand ExecutePercentOperation { get; }

Property Value

ICommand

ExecuteUnaryOperation

Gets a value that represents the execute unary operation command.

Declaration

cs-api-definition
public static ICommand ExecuteUnaryOperation { get; }

Property Value

ICommand

Expand

Gets a value that represents the expand command.

Declaration

cs-api-definition
public static ICommand Expand { get; }

Property Value

ICommand

MemoryClear

Gets a value that represents the memory clear command.

Declaration

cs-api-definition
public static ICommand MemoryClear { get; }

Property Value

ICommand

MemoryMinus

Gets a value that represents the memory minus command.

Declaration

cs-api-definition
public static ICommand MemoryMinus { get; }

Property Value

ICommand

MemoryPlus

Gets a value that represents the memory plus command.

Declaration

cs-api-definition
public static ICommand MemoryPlus { get; }

Property Value

ICommand

MemoryRecall

Gets a value that represents the memory recall command.

Declaration

cs-api-definition
public static ICommand MemoryRecall { get; }

Property Value

ICommand

MemoryStore

Gets a value that represents the memory store command.

Declaration

cs-api-definition
public static ICommand MemoryStore { get; }

Property Value

ICommand

Redo

Gets a value that represents the redo command.

Declaration

cs-api-definition
public static ICommand Redo { get; }

Property Value

ICommand

Undo

Gets a value that represents the undo command.

Declaration

cs-api-definition
public static ICommand Undo { get; }

Property Value

ICommand

UpdateInput

Gets a value that represents the update input command.

Declaration

cs-api-definition
public static ICommand UpdateInput { get; }

Property Value

ICommand