Class AccordionItem
Represents the AccordionItem class
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class AccordionItem : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
AccordionItem()
Declaration
public AccordionItem()
Properties
AjaxUrl
Gets or sets the ajax url
Declaration
public string AjaxUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentSection
Gets or sets the content section of Accordion control
Declaration
public HtmlGenericControl ContentSection { get; set; }
Property Value
Type | Description |
---|---|
System.Web.UI.HtmlControls.HtmlGenericControl | The accordion content. |
HeaderSection
Gets or sets the header section of Accordion control
Declaration
public HtmlGenericControl HeaderSection { get; set; }
Property Value
Type | Description |
---|---|
System.Web.UI.HtmlControls.HtmlGenericControl | The accordion header. |
ImageCssClass
Gets or sets the image CSS class
Declaration
public string ImageCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or sets the text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CreateChildControls()
Create the child controls
Declaration
protected override void CreateChildControls()
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService