ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> Functions {get; set;}
    See Also