ComponentOne GanttView for WinForms
PropertyComparerInfo Constructor

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > PropertyComparerInfo Class : PropertyComparerInfo Constructor
The PropertyDescriptor object.
The System.ComponentModel.ListSortDirection object.
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

Reference

PropertyComparerInfo Class
PropertyComparerInfo Members