Class GroupButtonDesigner
Inheritance
System.Object
GroupButtonDesigner
Assembly: Syncfusion.EJ.Web.dll
public class GroupButtonDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
Declaration
public GroupButtonDesigner()
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 group button model.
Declaration
public GroupButton GroupButton { get; }
Property Value
Methods
Declaration
protected override void AfterUpdateHtml()
Overrides
Declaration
protected override void BeforeUpdateHtml()
Overrides
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Specifies the markup which is used to render the control at design time.
Declaration
public override string GetDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
Overrides
Implements