GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView 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 IComparer(Of Task)
    public IComparer<Task> CurrentComparer {get;}
    See Also