1 write to SortByColumn
Microsoft.AspNetCore.Components.QuickGrid (1)
GridItemsProviderRequest.cs (1)
51SortByColumn = sortByColumn;
4 references to SortByColumn
Microsoft.AspNetCore.Components.QuickGrid (4)
GridItemsProviderRequest.cs (4)
28/// or <see cref="GetSortByProperties"/>, since they also account for <see cref="SortByColumn" /> and <see cref="SortByAscending" /> automatically. 36/// or <see cref="GetSortByProperties"/>, since they also account for <see cref="SortByColumn" /> and <see cref="SortByAscending" /> automatically. 62SortByColumn?.SortBy?.Apply(source, SortByAscending) ?? source; 69SortByColumn?.SortBy?.ToPropertyList(SortByAscending) ?? Array.Empty<SortedProperty>();