ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / TaskComparer Class / TaskComparer Constructor / TaskComparer Constructor(PropertyDescriptor,ListSortDirection)
The System.ComponentModel.PropertyDescriptor object that references the property.
The System.ComponentModel.ListSortDirection value that specifies the order direction.

In This Topic
    TaskComparer Constructor(PropertyDescriptor,ListSortDirection)
    In This Topic
    Initializes a new instance of TaskComparer class with property comparer info.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal prop As System.ComponentModel.PropertyDescriptor, _
       ByVal direction As System.ComponentModel.ListSortDirection _
    )
    public TaskComparer( 
       System.ComponentModel.PropertyDescriptor prop,
       System.ComponentModel.ListSortDirection direction
    )

    Parameters

    prop
    The System.ComponentModel.PropertyDescriptor object that references the property.
    direction
    The System.ComponentModel.ListSortDirection value that specifies the order direction.
    See Also