[]
        
(Showing Draft Content)

C1.GanttView.BaseGroup

BaseGroup Class

Base group that implements IComparer<BaseTask>.

Implements
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.4.6.2.dll
Syntax
[TypeConverter(typeof(ag))]
public abstract class BaseGroup : IComparer<BaseTask>

Constructors

Name Description
BaseGroup(bool)

Initializes a new instance of the BaseGroup class.

Properties

Name Description
IsAscending

Gets or sets a value indicating whether this sort order is ascending.

Methods

Name Description
Compare(BaseTask, BaseTask)

Compares two tasks.

GetCompareValue(BaseTask, BaseTask)

Gets the compare value between two tasks.