Class ExpressionError
Defines the constants that specify the possible expression error in GridUnboundColumn.
Inheritance
System.Object
ExpressionError
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class ExpressionError : Enum
Fields
CannotCompareDifferentTypes
Specifies that error will be occurred when the expression has compared between mismatched types.
Declaration
public const ExpressionError CannotCompareDifferentTypes
Field Value
Type |
---|
ExpressionError |
ExceptionRaised
Specifies that error will be raised when the expression has unknown exception.
Declaration
public const ExpressionError ExceptionRaised
Field Value
Type |
---|
ExpressionError |
MismatchedParentheses
Specifies that error will be occurred when the expression has mismatched parentheses.
Declaration
public const ExpressionError MismatchedParentheses
Field Value
Type |
---|
ExpressionError |
MissingRightQuote
Specifies that error will be occurred when the right quotation is missed in expression.
Declaration
public const ExpressionError MissingRightQuote
Field Value
Type |
---|
ExpressionError |
None
No expression error.
Declaration
public const ExpressionError None
Field Value
Type |
---|
ExpressionError |
NotAValidFormula
Specifies that error will be occurred when the expression has an invalid formula.
Declaration
public const ExpressionError NotAValidFormula
Field Value
Type |
---|
ExpressionError |
UnknownOperator
Specifies that error will be occurred when the expression contains unknown operator.
Declaration
public const ExpressionError UnknownOperator
Field Value
Type |
---|
ExpressionError |