GanttView for WPF | ComponentOne
C1.WPF.GanttView 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 ConditionTaskFilter.FilterValue.
    Syntax
    'Declaration
     
    Public Property TestOperator As BaseTestOperator
    public BaseTestOperator TestOperator {get; set;}
    See Also