Skip to main content

GridSortMode Enum

Lists values specifying whether the grid allows data sorting by multiple columns or by a single column only.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public enum GridSortMode

Members

Name Description
Single

The grid allows sorting data by only a single column at a time.

Multiple

The grid allows sorting data by multiple columns.

Related API Members

The following properties accept/return GridSortMode values:

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The GridSortMode enumeration values are used by the GridControl.SortMode property.

See Also