SortDirection Enum

Definition

Describes the direction in which a QuickGrid<TGridItem> column is sorted.

C#
public enum SortDirection
Inheritance
SortDirection

Fields

Name Value Description
Auto 0

Automatic sort order. When used with SortByColumnAsync(ColumnBase<TGridItem>, SortDirection), the sort order will automatically toggle between Ascending and Descending on successive calls, and resets to Ascending whenever the specified column is changed.

Ascending 1

Ascending order.

Descending 2

Descending order.

Applies to

Product Versions
ASP.NET Core 8.0, 9.0