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 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 title of the panel.
control
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.
: Returns the parent control.
: Returns whether the is collapsed. (Default: False
)
: Returns or sets a value indicating that the panel can show the expand button on the title bar. (Default: True
)
: Returns or sets the text to display as the title of the . (Default: ""
)
: Returns the instance of associated with this control.
Returns: . A new instance of assigned to the 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.
Fires the event.
A that contains the event data.
All wisej controls derived from the class must implement this interface.