Class AccordionDesigner
Represents the Accordion Designer class
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class AccordionDesigner : EJControlDesigner, IEJControlDesigner
Constructors
AccordionDesigner()
Declaration
public AccordionDesigner()
Properties
Accordion
Gets the base component to the Accordion class
Declaration
public Accordion Accordion { get; }
Property Value
Type | Description |
---|---|
Accordion |
Methods
GetControlString()
Get the html element of the Accordion control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetDesignTimeHtml()
Represent the control at design time.
Declaration
public override string GetDesignTimeHtml()
Returns
Type | Description |
---|---|
System.String |