C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / DateRangeFilter Class / ApplyFilter Method
The BaseTask object to filter.

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

Parameters

task
The BaseTask object to filter.

Return Value

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