3 references to Auto
Microsoft.AspNetCore.Components.QuickGrid (3)
QuickGrid.razor.cs (3)
258/// <param name="direction">The direction of sorting. If the value is <see cref="SortDirection.Auto"/>, then it will toggle the direction on each call.</param> 260public Task SortByColumnAsync(ColumnBase<TGridItem> column, SortDirection direction = SortDirection.Auto) 266SortDirection.Auto => _sortByColumn != column || !_sortByAscending,