Class RibbonDesigner
Class for ribbon designer.
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class RibbonDesigner : EJControlDesigner, IEJControlDesigner
Constructors
RibbonDesigner()
Initializes the Ribbon Designer.
Declaration
public RibbonDesigner()
Fields
actionList
Declaration
protected DesignerActionListCollection actionList
Field Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
Ribbon
Gets the ribbon.
Declaration
public Ribbon Ribbon { get; }
Property Value
Type | Description |
---|---|
Ribbon | The ribbon. |
Methods
GetControlString()
Gets the control string
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetDesignTimeHtml()
Get design time html
Declaration
public override string GetDesignTimeHtml()
Returns
Type | Description |
---|---|
System.String |
Overrides
Initialize(IComponent)
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component |