Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BinaryOperatorExpression.OperatorText Property

Gets the symbols that designate the operation.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public abstract string OperatorText { get; }

Property Value

Type Description
String

A string that designates an operator.

See Also