ExtendedBindingListTSort Method

There are three overloads for this method

Overload List

Sort Sort the items in the collection using the default comparer
Sort(ComparisonT) Sort the items in the collection using the specified ComparisonT delegate
Sort(IComparerT) Sort the items in the collection using the specified comparer

See Also