[]
        
(Showing Draft Content)

C1.Win.FlexGrid.SortableBindingList-1.ApplySort

ApplySort Method

ApplySort(ListSortDescriptionCollection)

Sorts the data source based on the given ListSortDescriptionCollection.

Declaration
public void ApplySort(ListSortDescriptionCollection sorts)
Public Sub ApplySort(sorts As ListSortDescriptionCollection)
Parameters
Type Name Description
ListSortDescriptionCollection sorts

The ListSortDescriptionCollection containing the sorts to apply to the data source.

Implements