FastBindingListTApplySort(ListSortDirection) Method

Sorts the list by the values of T rather than one of its properties based on the specified direction.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public void ApplySort(
	ListSortDirection direction
)

Parameters

direction  ListSortDirection
The desired direction of the sort.

Remarks

To customize the behavior override the ApplySortCore method in a derived class.

Exceptions

See Also