Class MenuDesigner
Represents the MenuDesigner class
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class MenuDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
MenuDesigner()
Declaration
public MenuDesigner()
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
Menu
Gets the base component to the Menu class
Declaration
public Menu Menu { get; }
Property Value
Type | Description |
---|---|
Menu |
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
GetControlString()
Get the html element of the Menu control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |