Enum DxGridSorting.GridSortingMode
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public enum GridSortingMode
Fields
| Name | Description |
|---|---|
| multiple | Rows can be sorted by values of several columns. |
| none | No sorting. |
| single | Rows can be sorted by values of a single column only. |