1 write to SortByAscending
Microsoft.AspNetCore.Components.QuickGrid (1)
GridItemsProviderRequest.cs (1)
52
SortByAscending
= sortByAscending;
4 references to SortByAscending
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>();