OperationsSource
Class
Represents an operations source for a calculator control.
Definition
Namespace:Telerik.WinControls.UI.Calculator
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class OperationsSource
Inheritance: objectOperationsSource
Constructors
C#
public OperationsSource()
Properties
Gets an Operation instance that represents division.
C#
public Operation Divide { get; }
Gets an Operation instance that represents multiplication.
C#
public Operation Multiply { get; }
Gets an Operation instance that represents negation.
C#
public Operation Negate { get; }
Gets an Operation instance that represents percent.
C#
public Operation Percent { get; }
Gets an Operation instance that represents reciprocal.
C#
public Operation Reciprocal { get; }
Gets an Operation instance that represents square root.
C#
public Operation SquareRoot { get; }