GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 List(Of PropertyComparerInfo)
    public List<PropertyComparerInfo> Properties {get;}
    See Also