AccordionPanel
Wisej.Web.AccordionPanel
Last updated
Was this helpful?
Wisej.Web.AccordionPanel
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a panel in a control.
Initializes a new instance of the class.
Initializes a new instance of the class and specifies the text to display as the title of the panel.
text
The text for the tab.
control
Overridden to update the parent Accordion when in design mode.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns the parent control.
: Returns whether the is collapsed.
: Returns or sets a value indicating that the panel can show the expand button on the title bar.
: Returns or sets the text to display as the title of the .
: Returns the instance of associated with this control.
Retrieves the panel that contains the specified .
The to look for.
Returns: . The that contains the specified , or null if it cannot be found.
All wisej controls derived from the class must implement this interface.