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