ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseTaskFilter Class / ApplyFilter Method
The BaseTask object to filter.

In This Topic
    ApplyFilter Method (BaseTaskFilter)
    In This Topic
    Applies the filter to a task.
    Syntax
    'Declaration
     
    Public MustOverride Function ApplyFilter( _
       ByVal task As BaseTask _
    ) As System.Boolean
    public abstract System.bool ApplyFilter( 
       BaseTask task
    )

    Parameters

    task
    The BaseTask object to filter.

    Return Value

    True if the task satisfies the filter; False otherwise.
    See Also