Class ToggleButtonDesigner
Inheritance
System.Object
ToggleButtonDesigner
Assembly: Syncfusion.EJ.Web.dll
public class ToggleButtonDesigner : EJControlDesigner, IEJControlDesigner
Constructors
Declaration
public ToggleButtonDesigner()
Fields
Declaration
protected DesignerActionListCollection actionList
Field Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Properties
Gets the action list collection.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Gets the toggle button model.
Declaration
public ToggleButton ToggleButton { get; }
Property Value
Methods
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements