ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ConditionTaskFilter Class / TestOperator Property

In This Topic
    TestOperator Property (ConditionTaskFilter)
    In This Topic
    Gets or sets the test operator is used to evaluate the FilterValue.
    Syntax
    'Declaration
     
    Public Property TestOperator As BaseTestOperator
    public BaseTestOperator TestOperator {get; set;}
    See Also