[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.SortableBindingList-1.ApplySort

ApplySort Method

ApplySort(ListSortDescriptionCollection)

Sorts the data source based on the given ListSortDescriptionCollection.

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

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

Implements