Class ExpressionError
Inheritance
System.Object
ExpressionError
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class ExpressionError : Enum
Fields
CannotCompareDifferentTypes
Declaration
public const ExpressionError CannotCompareDifferentTypes
Field Value
ExceptionRaised
Declaration
public const ExpressionError ExceptionRaised
Field Value
MismatchedParentheses
Declaration
public const ExpressionError MismatchedParentheses
Field Value
MissingRightQuote
Declaration
public const ExpressionError MissingRightQuote
Field Value
None
Declaration
public const ExpressionError None
Field Value
Declaration
public const ExpressionError NotAValidFormula
Field Value
UnknownOperator
Declaration
public const ExpressionError UnknownOperator
Field Value