ClassAmpersandExpression
Class
Expression that concatenates two operands as strings using the ampersand (&) operator.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class AmpersandExpression : StringBinaryOperatorExpression
Inheritance: objectRadExpressionOperatorExpressionBinaryOperatorExpression<string>StringBinaryOperatorExpressionAmpersandExpression
Inherited Members
Constructors
AmpersandExpression(RadExpression, RadExpression)
Initializes a new instance of the AmpersandExpression class with left and right operands.
Declaration
cs-api-definition
public AmpersandExpression(RadExpression left, RadExpression right)
Parameters
left
The left.
right
The right.
Properties
OperatorInfo
Gets the operator info.
Declaration
cs-api-definition
public override OperatorInfo OperatorInfo { get; }
Property Value
The operator info as OperatorInfo.
Overrides
Methods
GetValueOverride(string[])
Gets the value.
Declaration
cs-api-definition
protected override RadExpression GetValueOverride(string[] operands)
Parameters
operands
string[]
The operands of type T.
Returns
Value as RadExpression.
Overrides