Class DxGridMasterDetail
Inheritance
System.Object
    DxGridMasterDetail
  Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridMasterDetailProperties
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. |