ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / FieldRule Class / Fields Property

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