menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonDesigner

    Show / Hide Table of Contents

    Class RibbonDesigner

    Class for ribbon designer.

    Inheritance
    System.Object
    EJControlDesigner
    RibbonDesigner
    Implements
    IEJControlDesigner
    Inherited Members
    EJControlDesigner.GetEmptyDesignTimeHtml()
    EJControlDesigner.IEJControlDesigner.GetIService(Type)
    EJControlDesigner.IEJControlDesigner.Root()
    EJControlDesigner.ControlID
    EJControlDesigner.Control
    EJControlDesigner.RequiresImageConvertion
    EJControlDesigner.RenderImageOnly
    EJControlDesigner.Width
    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
    EJControlDesigner.GetControlString()

    GetDesignTimeHtml()

    Get design time html

    Declaration
    public override string GetDesignTimeHtml()
    Returns
    Type Description
    System.String
    Overrides
    EJControlDesigner.GetDesignTimeHtml()

    Initialize(IComponent)

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Implements

    IEJControlDesigner
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved