GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CompletedTasksFilter Class / ApplyFilter Method
The BaseTask object to filter.

In This Topic
    ApplyFilter Method (CompletedTasksFilter)
    In This Topic
    Applies the filter to a task.
    Syntax
    'Declaration
     
    Public Overrides Function ApplyFilter( _
       ByVal task As BaseTask _
    ) As Boolean
    public override bool ApplyFilter( 
       BaseTask task
    )

    Parameters

    task
    The BaseTask object to filter.

    Return Value

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