Share via


SortDirection Enum

Definition

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

public enum SortDirection
type SortDirection = 
Public Enum SortDirection
Inheritance
SortDirection

Fields

Ascending 1

Ascending order.

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.

Descending 2

Descending order.

Applies to