GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TaskComparer Class / AddPropertyComparerInfo Method
The System.ComponentModel.PropertyDescriptor object that references the property.
The System.ComponentModel.ListSortDirection value that specifies the order direction.

In This Topic
    AddPropertyComparerInfo Method (TaskComparer)
    In This Topic
    Add a new instance of PropertyComparerInfo class.
    Syntax
    'Declaration
     
    Public Sub AddPropertyComparerInfo( _
       ByVal prop As PropertyDescriptor, _
       ByVal direction As ListSortDirection _
    ) 
    public void AddPropertyComparerInfo( 
       PropertyDescriptor prop,
       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