ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AccordionPane Class
Members

In This Topic
    AccordionPane Class
    In This Topic
    Represents a pane within a Accordion control.
    Syntax
    'Declaration
     
    
    Public Class AccordionPane 
    public class AccordionPane 
    Remarks
    AccordionPanes have two elements: a header and a content. The header displays the pane title and the content is a collapsible element that shows the pane content.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.AccordionPane

    See Also