AccordionPanel
Wisej.Web.AccordionPanel
Last updated
Was this helpful?
Wisej.Web.AccordionPanel
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.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.
text
The text for the title of the panel.
Accordion: Returns the parent Accordion control.
Boolean: Returns whether the AccordionPanel is collapsed. (Default: False
)
ImagePropertySettings: Creates the property manager for the Image properties on first use.
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.
parent
Returns: ControlCollection. A new instance of ControlCollection assigned to the control.
e
e
Retrieves the panel that contains the specified Control.
control
Returns: AccordionPanel. The AccordionPanel that contains the specified Control, or null if it cannot be found.
Fires the VisibleChanged event.
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Updates the client component using the state information.
state
Dynamic state object.
config
Overridden to update the parent Accordion when in design mode.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
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.
Allows an object to serialize itself.
The to look for.
A that contains the event data.
All wisej controls derived from the class must implement this interface.