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