ComponentOne GanttView for WinForms
AddPropertyComparerInfo Method

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > TaskComparer Class : AddPropertyComparerInfo Method
The System.ComponentModel.PropertyDescriptor object that references the property.
The System.ComponentModel.ListSortDirection value that specifies the order direction.
Add a new instance of PropertyComparerInfo class.
Syntax
'Declaration
 
Public Sub AddPropertyComparerInfo( _
   ByVal prop As System.ComponentModel.PropertyDescriptor, _
   ByVal direction As System.ComponentModel.ListSortDirection _
) 
public void AddPropertyComparerInfo( 
   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

Reference

TaskComparer Class
TaskComparer Members