AccordionPanel

Wisej.Web.AccordionPanel

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Represents a panel in a Accordion control.

public class AccordionPanel : Panel

Constructors

Initializes a new instance of the AccordionPanel class.

Initializes a new instance of the AccordionPanel class and specifies the text to display as the title of the panel.

Properties

Accordion: Returns the parent Accordion control.

Boolean: Returns whether the AccordionPanel is collapsed.

Boolean: Returns or sets a value indicating that the panel can show the expand button on the title bar.

String: Returns or sets the text to display as the title of the AccordionPanel.

ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.

Methods

Retrieves the panel that contains the specified Control.

Returns: AccordionPanel. The AccordionPanel that contains the specified Control, or null if it cannot be found.

Overridden to update the parent Accordion when in design mode.

Implements

Last updated