[]
        
(Showing Draft Content)

C1.GanttView.DateRangeFilter

DateRangeFilter Class

Uses to filter the tasks have start, finish date in a specific date range.

Inheritance
DateRangeFilter
Implements
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
[TypeConverter(typeof(DateRangeFilterConverter))]
public class DateRangeFilter : BaseTaskFilter, ICloneable

Constructors

Name Description
DateRangeFilter(DateTime, DateTime)

Initializes a new DateRangeFilter object with start date and end date.

Properties

Name Description
EndRange

Gets or sets the end date in range.

StartRange

Gets or sets the start date in range.

Methods

Name Description
ApplyFilter(BaseTask)

Applies the filter to a task.

Clone()

Creates a new object that is a copy of the current instance.