MindFusion.UI for WebForms Programmer's Guide

Accordion Class

Remarks See Also
 





Represents a container of elements. The elements in the Accordion can be expanded or collapsed.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public class Accordion : WebControl, IScriptControl, IPostBackDataHandler, IHostControl, INamingContainer

Visual Basic  Copy Code

Public Class Accordion
    Inherits WebControl
    Implements IScriptControl, IPostBackDataHandler, IHostControl, INamingContainer

 Remarks

For additional information on how to use the control, please refer to the Accordion topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            MindFusion.UI.Web.Accordion

 See Also