1 write to SortByColumn
Microsoft.AspNetCore.Components.QuickGrid (1)
GridItemsProviderRequest.cs (1)
51
SortByColumn
= 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.
62
SortByColumn
?.SortBy?.Apply(source, SortByAscending) ?? source;
69
SortByColumn
?.SortBy?.ToPropertyList(SortByAscending) ?? Array.Empty<SortedProperty>();