[]
        
(Showing Draft Content)

C1.GanttView.SummaryTasksFilter.ApplyFilter

ApplyFilter Method

ApplyFilter(BaseTask)

Applies the filter to a task.

Declaration
public override bool ApplyFilter(BaseTask task)
Public Overrides Function ApplyFilter(task As BaseTask) As Boolean
Parameters
Type Name Description
BaseTask task

The BaseTask object to filter.

Returns
Type Description
bool

True if the task satisfies the filter; False otherwise.

Overrides