This commit is contained in:
Michael Bucari-Tovo 2022-05-16 14:31:03 -06:00
parent 843fddabde
commit 29a50bb640

View File

@ -41,7 +41,7 @@ namespace LibationWinForms
#region Unused - Advanced Filtering #region Unused - Advanced Filtering
public bool SupportsAdvancedSorting => false; 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 //Otherwise BindingList.ApplySort() is used
public void ApplySort(ListSortDescriptionCollection sorts) => throw new NotImplementedException(); public void ApplySort(ListSortDescriptionCollection sorts) => throw new NotImplementedException();