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

    Show / Hide Table of Contents

    Class DxDataDoubleMappingGrid

    Class representing a double grid for data mapping in the plugin UI.

    Inheritance
    System.Object
    DxDataGrid
    DxDataDoubleMappingGrid
    Inherited Members
    DxDataGrid.Options
    DxDataGrid.ShowHelpOverlay
    DxDataGrid.HelpOverlay
    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

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

    Overrides
    DxDataGrid.ShowDoublePaneGrid

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)

    See Also

    DxDataGrid
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.