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

    Show / Hide Table of Contents

    Class EditorDxGrid

    Inheritance
    System.Object
    EditorBase
    EditorDxGrid
    Inherited Members
    EditorBase.EditorType
    EditorBase.Name
    EditorBase.Id
    EditorBase.AllowEmpty
    EditorBase.IsReadOnly
    EditorBase.IsAdvanced
    EditorBase.DisplayName
    EditorBase.Description
    EditorBase.FeatureRequiresPremiere
    EditorBase.ParentId
    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 true [double pane grid].

    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

    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.