ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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.
    Object Model
    Accordion Class
    Syntax
    'Declaration
     
    Public Class Accordion 
       Inherits Control
       Implements ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    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