FastBindingListTRemoveSort Method

Removes any sort applied by the ApplySort overloads.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public void RemoveSort()

Implements

IBindingListRemoveSort

Remarks

Remarks

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

See Also