Enum ExpressionError
Defines the constants that specify the possible expression error in GridUnBoundColumn.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum ExpressionError
Fields
| Name | Description |
|---|---|
| CannotCompareDifferentTypes | Specifies that error will be occurred when the expression has compared between mismatched types. |
| ExceptionRaised | Specifies that will be raised when the expression has unknown exception . |
| MismatchedParentheses | Specifies that error will be occurred when the expression has mismatched parentheses. |
| MissingRightQuote | Specifies that error will be occurred when the right quotation is missed in expression. |
| None | No expression error . |
| NotAValidFormula | Specifies that error will be occurred when the expression has an invalid formula. |
| UnknownOperator | Specifies that error will be occurred when the expression contains unknown operator. |