typo
This commit is contained in:
parent
843fddabde
commit
29a50bb640
@ -41,7 +41,7 @@ namespace LibationWinForms
|
||||
#region Unused - Advanced Filtering
|
||||
public bool SupportsAdvancedSorting => false;
|
||||
|
||||
//This ApplySort overload if only called is SupportsAdvancedSorting is true.
|
||||
//This ApplySort overload is only called if SupportsAdvancedSorting is true.
|
||||
//Otherwise BindingList.ApplySort() is used
|
||||
public void ApplySort(ListSortDescriptionCollection sorts) => throw new NotImplementedException();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user