Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class DxDataGrid

    Class representing a data grid in the plugin UI.

    Inheritance
    System.Object
    DxDataGrid
    DxDataDoubleMappingGrid
    DxDataDoubleSortGrid
    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

    true to show a double pane grid; otherwise, false.

    ShowHelpOverlay

    Gets or sets a value indicating whether to show the HelpOverlay.

    Declaration
    public bool ShowHelpOverlay { get; set; }
    Property Value
    Type Description
    System.Boolean

    true to show the HelpOverlay; otherwise, false.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.