C1.Web.Mvc Namespace / Accordion Class
Members

Accordion Class
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 
 
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