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