ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / TaskComparer Class / Properties Property

In This Topic
    Properties Property (TaskComparer)
    In This Topic
    Gets the collection of PropertyComparerInfo object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Properties As System.Collections.Generic.List(Of PropertyComparerInfo)
    public System.Collections.Generic.List<PropertyComparerInfo> Properties {get;}
    See Also