ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.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 List(Of String)
    public List<string> Fields {get; set;}
    See Also