Class DxDataDoubleSortGrid
Class representing a double sort data grid in the plugin UI.
Namespace: Emby.Web.GenericEdit.Elements
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxDataDoubleSortGrid : DxDataGrid
Constructors
DxDataDoubleSortGrid(DxGridOptions, DxGridOptions)
Initializes a new instance of the DxDataDoubleSortGrid class.
Declaration
public DxDataDoubleSortGrid(DxGridOptions options, DxGridOptions options2)
Parameters
| Type | Name | Description |
|---|---|---|
| DxGridOptions | options | The options. |
| DxGridOptions | options2 | The options2. |
Properties
Options2
Gets the options for the second grid.
Declaration
public DxGridOptions Options2 { get; }
Property Value
| Type | Description |
|---|---|
| DxGridOptions | The options for the second grid. |
ShowDoublePaneGrid
Declaration
public override bool ShowDoublePaneGrid { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |