SortingModes Enumeration

Defines the supported sorting modes for DataGrid control.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public enum SortingModes

Members

None0 Sorting is disabled.
ByOneColumn1 Sorting by the last clicked column.
ByMultipleColumns2 Sorting by multiple columns. The order of clicks specifies the primary, secondary, etc. columns for sorting.

See Also