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

In This Topic
    ApplyFilter Method (SummaryTasksFilter)
    In This Topic
    Applies the filter to a task.
    Syntax
    'Declaration
     
    Public Overrides Function ApplyFilter( _
       ByVal task As BaseTask _
    ) As System.Boolean
    public override 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