[]
        
(Showing Draft Content)

C1.GanttView.PropertyComparerInfo

PropertyComparerInfo Class

This class stores info about property to compare and direction.

Inheritance
PropertyComparerInfo
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class PropertyComparerInfo

Constructors

Name Description
PropertyComparerInfo(PropertyDescriptor, ListSortDirection)

initializes a new instance of PropertyComparerInfo class with specific property descriptor and direction.

Properties

Name Description
Direction

The ListSortDirection of the order.

PropertyDescriptor

The PropertyDescriptor of property to compare.