Wisej.Web.AccordionPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a panel in a Accordion control.
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.
Name | Type | Description |
---|---|---|
Accordion: Returns the parent Accordion control.
Boolean: Returns whether the AccordionPanel is collapsed. (Default: False
)
Boolean: Returns or sets a value indicating that the panel can show the expand button on the title bar. (Default: True
)
String: Returns or sets the text to display as the title of the AccordionPanel. (Default: ""
)
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.
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.
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
control
The Control to look for.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
text
The text for the tab.