Class EditorDxGrid
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorDxGrid : EditorBase
Constructors
EditorDxGrid()
Initializes a new instance of the System.Object class.
Declaration
public EditorDxGrid()
EditorDxGrid(String, String, Boolean, String, String, String, String, String)
Initializes a new instance of the EditorDxGrid class.
Declaration
public EditorDxGrid(string name, string parentId, bool doublePaneGrid, string dataSourceId, string dataSource2Id, string selectionSourceId, string filterSourceId, string datafilterSourceId)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
System.String | parentId | The parent identifier. |
System.Boolean | doublePaneGrid | if set to |
System.String | dataSourceId | The data source identifier. |
System.String | dataSource2Id | The data source2 identifier. |
System.String | selectionSourceId | The selection source identifier. |
System.String | filterSourceId | The filter source identifier. |
System.String | datafilterSourceId | The datafilter source identifier. |
Properties
DataFilterSourceId
Declaration
public string DataFilterSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataSource2Id
Declaration
public string DataSource2Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataSourceId
Declaration
public string DataSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterSourceId
Declaration
public string FilterSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectionSourceId
Declaration
public string SelectionSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowDoublePaneGrid
Declaration
public bool ShowDoublePaneGrid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |