3 references to Auto
Microsoft.AspNetCore.Components.QuickGrid (3)
QuickGrid.razor.cs (3)
306/// <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> 308public Task SortByColumnAsync(ColumnBase<TGridItem> column, SortDirection direction = SortDirection.Auto) 314SortDirection.Auto => _sortByColumn != column || !_sortByAscending,