ClassOperatorExpression
Class
Base for expressions that perform operations on operands using operators (+, -, *, /, etc.), managing precedence and associativity.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class OperatorExpression : RadExpression
Inheritance: objectRadExpressionOperatorExpression
Derived Classes:
Inherited Members
Constructors
OperatorExpression()
Initializes a new operator expression with default state.
Declaration
cs-api-definition
protected OperatorExpression()
Properties
OperatorInfo
Gets the operator metadata including its symbol, precedence, and associativity.
Declaration
cs-api-definition
public abstract OperatorInfo OperatorInfo { get; }
Property Value
The operator info.