menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccordionItem

    Show / Hide Table of Contents

    Class AccordionItem

    Represents the AccordionItem class

    Inheritance
    System.Object
    CommonControl
    AccordionItem
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonControl.LoadViewState(Object)
    CommonControl.OnInit(EventArgs)
    CommonControl.OnLoad(EventArgs)
    CommonControl.UpdateServerModel(Dictionary<String, Object>)
    CommonControl.GetDependentFiles()
    CommonControl.Render(HtmlTextWriter)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved