Class DxDataGrid
Class representing a data grid in the plugin UI.
Namespace: Emby.Web.GenericEdit.Elements
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxDataGrid
Constructors
DxDataGrid(DxGridOptions)
Initializes a new instance of the Dx
Declaration
public DxDataGrid(DxGridOptions options)
Parameters
Type | Name | Description |
---|---|---|
Dx |
options | The options. |
Properties
HelpOverlay
Gets or sets the help overlay.
Declaration
public DoubleGridOverlay HelpOverlay { get; set; }
Property Value
Type | Description |
---|---|
Double |
The help overlay. |
Options
Gets the grid options.
Declaration
public DxGridOptions Options { get; }
Property Value
Type | Description |
---|---|
Dx |
The grid options. |
ShowDoublePaneGrid
Gets a value indicating whether to show double a pane grid.
Declaration
public virtual bool ShowDoublePaneGrid { get; }
Property Value
Type | Description |
---|---|
System. |
|
ShowHelpOverlay
Gets or sets a value indicating whether to show the Help
Declaration
public bool ShowHelpOverlay { get; set; }
Property Value
Type | Description |
---|---|
System. |
|