Class ToolbarRow
Container class for settings regarding the editor toolbar.
Inheritance
System.Object
ToolbarRow
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 9.12.2Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class ToolbarRow
Constructors
ToolbarRow()
Initializes a new instance of the ToolbarRow class.
Declaration
public ToolbarRow()
ToolbarRow(ICollection<String>)
Initializes a new instance of the ToolbarRow class.
Declaration
public ToolbarRow(ICollection<string> buttons)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<System.String> | buttons | A collection of button plugins. |
Properties
Buttons
Gets the buttons in this toolbar row.
Declaration
public IList<string> Buttons { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |