[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.SortableBindingList-1.ApplySortCore

ApplySortCore Method

ApplySortCore(PropertyDescriptor, ListSortDirection)

Sorts the items on the list based on a single property.

Declaration
protected override void ApplySortCore(PropertyDescriptor prop, ListSortDirection direction)
Parameters
Type Name Description
PropertyDescriptor prop

A PropertyDescriptor that specifies the property to sort on.

ListSortDirection direction

One of the ListSortDirection values.

Overrides