FastBindingListTApplySort Method

Overload List

ApplySort(ListSortDirection) Sorts the list by the values of T rather than one of its properties based on the specified direction.
ApplySort(PropertyDescriptor, ListSortDirection) Sorts the list based on the specified property and direction.
ApplySort(String, ListSortDirection) Sorts the list based on the specified propertyName and direction.

See Also