ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ResourceCollection Class / ApplySort Method

In This Topic
    ApplySort Method (ResourceCollection)
    In This Topic
    Sorts the resources.
    Syntax
    'Declaration
     
    Public Sub ApplySort( _
       ByVal prop As System.ComponentModel.PropertyDescriptor, _
       ByVal direction As System.ComponentModel.ListSortDirection _
    ) 
    public void ApplySort( 
       System.ComponentModel.PropertyDescriptor prop,
       System.ComponentModel.ListSortDirection direction
    )

    Parameters

    prop
    direction
    See Also