ComponentOne GanttView for WinForms
CurrentComparer Property

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > C1GanttView Class : CurrentComparer Property
Gets the current comparer that's used for sorting.
Syntax
'Declaration
 
Public ReadOnly Property CurrentComparer As System.Collections.Generic.IComparer(Of Task)
public System.Collections.Generic.IComparer<Task> CurrentComparer {get;}
See Also

Reference

C1GanttView Class
C1GanttView Members