menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExpressionError - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved