Class EditorButtonGroup
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorButtonGroup : EditorBase
Constructors
EditorButtonGroup()
Initializes a new instance of the System.Object class.
Declaration
public EditorButtonGroup()
EditorButtonGroup(IEnumerable<EditorButtonItem>, String, String)
Initializes a new instance of the EditorButtonGroup class.
Declaration
public EditorButtonGroup(IEnumerable<EditorButtonItem> buttonItems, string name, string parentId)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<EditorButtonItem> | buttonItems | The button items. |
System.String | name | The name. |
System.String | parentId | The parent identifier. |
Properties
EditorItems
Gets or sets the editor items.
Declaration
public List<EditorButtonItem> EditorItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EditorButtonItem> | The editor items. |
IsBottomPanel
Declaration
public bool IsBottomPanel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |