Note
FastBindingListT throws a NotSupportedException for this method. Use the SortableBindingListT to be able to use sorting.
public void ApplySort(
ListSortDirection direction
)
Public Sub ApplySort (
direction As ListSortDirection
)
public:
void ApplySort(
ListSortDirection direction
)
member ApplySort :
direction : ListSortDirection -> unit
To customize the behavior override the ApplySortCore method in a derived class.
NotSupportedException | SupportsSortingCore returns . |