GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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