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

In This Topic
    Accordion Class
    In This Topic
    Defines a control which is a vertically stacked set of interactive headings that each contain a title.
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class Accordion 
       Inherits Control
       Implements ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class Accordion : Control, ITemplate  
    Remarks
    The headings function as controls that enable users to reveal or hide their associated sections of content. Accordions are commonly used to reduce the need to scroll when presenting multiple sections of content on a single page.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.Accordion

    See Also