Class DxDataDoubleMappingGrid
Class representing a double grid for data mapping in the plugin UI.
Namespace: Emby.Web.GenericEdit.Elements
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxDataDoubleMappingGrid : DxDataGrid
Constructors
DxDataDoubleMappingGrid(DxGridOptions, DxGridOptions)
Initializes a new instance of the DxDataDoubleMappingGrid class.
Declaration
public DxDataDoubleMappingGrid(DxGridOptions options, DxGridOptions options2)
Parameters
Type | Name | Description |
---|---|---|
DxGridOptions | options | The options. |
DxGridOptions | options2 | The options2. |
Properties
DataSource2Path
Gets or sets the data source path for the second grid.
Declaration
public string DataSource2Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The data source path for the second grid. |
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
Gets a value indicating whether to show double a pane grid.
Declaration
public override bool ShowDoublePaneGrid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|