ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / FunctionsRule Class / Functions Property

In This Topic
    Functions Property
    In This Topic
    Gets or sets the functions list.
    Syntax
    'Declaration
     
    Public Property Functions As List(Of String)
    public List<string> Functions {get; set;}
    See Also