ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / CurrentComparer Property

In This Topic
    CurrentComparer Property (C1GanttView)
    In This Topic
    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