Class SplitButtonDesigner
Inheritance
System.Object
SplitButtonDesigner
Assembly: Syncfusion.EJ.Web.dll
public class SplitButtonDesigner : EJControlDesigner, IEJControlDesigner
Constructors
Declaration
public SplitButtonDesigner()
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 split button model.
Declaration
public SplitButton SplitButton { get; }
Property Value
Methods
Get html element of the Radiobutton control in string format
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