[]
        
(Showing Draft Content)

C1.GanttView.StatusGroup

StatusGroup Class

Represents the group model by Status Date.

Inheritance
StatusGroup
Implements
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
[TypeConverter(typeof(StatusGroupConverter))]
public class StatusGroup : BaseGroup, IComparer<BaseTask>

Constructors

Name Description
StatusGroup(DateTime, bool)

Initializes a new instance of the StatusGroup class.

Properties

Name Description
StatusDate

Gets or sets the status date.

Methods

Name Description
GetCompareValue(BaseTask, BaseTask)

Gets the compare value between two tasks.