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

    Show / Hide Table of Contents

    Class DxGridMasterDetail

    Inheritance
    System.Object
    DxGridMasterDetail
    Namespace: Emby.Web.GenericEdit.Elements.DxGrid
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class DxGridMasterDetail

    Properties

    autoExpandAll

    Specifies whether detail sections appear expanded or collapsed.

    Declaration
    public bool? autoExpandAll { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    The automatic expand all.

    childRowsFieldName

    Declaration
    public string childRowsFieldName { get; set; }
    Property Value
    Type Description
    System.String

    detailGridOptions

    Specifies the detail grid options.

    Declaration
    public DxGridOptions detailGridOptions { get; set; }
    Property Value
    Type Description
    DxGridOptions

    enabled

    Enables an end-user to expand/collapse detail sections.

    Declaration
    public bool? enabled { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    template

    Specifies a custom template for detail sections.

    Declaration
    public string template { get; set; }
    Property Value
    Type Description
    System.String

    The template.

    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.