Expression Editor for WinForms | ComponentOne
C1.ExpressionEditor.Engine Namespace / ExpressionItem Class / Syntax Property

In This Topic
    Syntax Property (ExpressionItem)
    In This Topic
    Gets or sets the name of expression item in syntax of filter expression.
    Syntax
    'Declaration
     
    
    Public Property Syntax As String
    public string Syntax {get; set;}
    See Also