ClassRadCalculatorCommands
Provides commands for RadCalculator.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadCalculatorCommands
Inheritance: objectRadCalculatorCommands
Constructors
RadCalculatorCommands()
Declaration
public RadCalculatorCommands()
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.