ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / FieldRange Class / Fields Property

In This Topic
    Fields Property (FieldRange)
    In This Topic
    The array of the field names.
    Syntax
    'Declaration
     
    
    Public Property Fields As String()
    public string[] Fields {get; set;}
    See Also