GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 PropertyDescriptor, _
       ByVal direction As ListSortDirection _
    )
    public PropertyComparerInfo( 
       PropertyDescriptor prop,
       ListSortDirection direction
    )

    Parameters

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