typo
This commit is contained in:
parent
843fddabde
commit
29a50bb640
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue