New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Calculator

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class Operation

Inheritance: objectOperation

Constructors

C#
public Operation()

Properties

Gets or sets the display trace that is generated when an operation is executed.

C#
public string DisplayTrace { get; set; }
Property Value:

The display trace.

Gets or sets the delegate that describes operation's logic.

C#
public Delegate OperationBody { get; set; }
Property Value:

The operation delegate.

Gets or sets the type of the operation - binary, unary, percent.

C#
public OperationType Type { get; set; }
Property Value:

The operation type.