Class ButtonDesigner
Gets a collection of Button values
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class ButtonDesigner : EJControlDesigner, IEJControlDesigner
Constructors
ButtonDesigner()
Declaration
public ButtonDesigner()
Fields
actionList
Declaration
protected DesignerActionListCollection actionList
Field Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
Properties
ActionLists
Gets a collection of button component values to perform some function.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
Button
Gets the base component to the Button class
Declaration
public Button Button { get; }
Property Value
Type | Description |
---|---|
Button |
Methods
GetControlString()
Get the html element of the Accordion control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |