Class
RadCalculatorCommands

Provides commands for RadCalculator.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadCalculatorCommands

Inheritance: objectRadCalculatorCommands

Constructors

RadCalculatorCommands()

Declaration

cs-api-definition
public RadCalculatorCommands()

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