C1.Web.Mvc Namespace / AccordionPane Class
Members

AccordionPane Class
Represents a pane within a Accordion control.
Syntax
'Declaration
 
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