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 DxDataGrid class.
Declaration
public DxDataGrid(DxGridOptions options)
Parameters
Type | Name | Description |
---|---|---|
DxGridOptions | options | The options. |
Properties
HelpOverlay
Gets or sets the help overlay.
Declaration
public DoubleGridOverlay HelpOverlay { get; set; }
Property Value
Type | Description |
---|---|
DoubleGridOverlay | The help overlay. |
Options
Gets the grid options.
Declaration
public DxGridOptions Options { get; }
Property Value
Type | Description |
---|---|
DxGridOptions | 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.Boolean |
|
ShowHelpOverlay
Gets or sets a value indicating whether to show the HelpOverlay.
Declaration
public bool ShowHelpOverlay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|