Class DxGridSorting
Configures the filter row.
Inheritance
System.Object
DxGridSorting
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridSorting
Properties
mode
Specifies the sorting mode.
Declaration
public DxGridSorting.GridSortingMode? mode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DxGridSorting.GridSortingMode> | The mode. |
showSortIndexes
Declaration
public bool? showSortIndexes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |