ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / PropertyComparerInfo Class / PropertyComparerInfo Constructor
The PropertyDescriptor object.
The System.ComponentModel.ListSortDirection object.

In This Topic
    PropertyComparerInfo Constructor
    In This Topic
    initializes a new instance of PropertyComparerInfo class with specific property descriptor and direction.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal prop As System.ComponentModel.PropertyDescriptor, _
       ByVal direction As System.ComponentModel.ListSortDirection _
    )
    public PropertyComparerInfo( 
       System.ComponentModel.PropertyDescriptor prop,
       System.ComponentModel.ListSortDirection direction
    )

    Parameters

    prop
    The PropertyDescriptor object.
    direction
    The System.ComponentModel.ListSortDirection object.
    See Also