AccordionPanel
Wisej.Web.AccordionPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a panel in a Accordion control.
public class AccordionPanel : PanelPublic Class AccordionPanel
Inherits PanelConstructors
AccordionPanel()
Initializes a new instance of the AccordionPanel class.
AccordionPanel(text)
Initializes a new instance of the AccordionPanel class and specifies the text to display as the title of the panel.
Properties
Accordion
Accordion: Returns the parent Accordion control.
Collapsed
Boolean: Returns whether the AccordionPanel is collapsed. (Default: False)
ShowExpandButton
Boolean: Returns or sets a value indicating that the panel can show the expand button on the title bar. (Default: True)
Text
String: Returns or sets the text to display as the title of the AccordionPanel. (Default: "")
Tools
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.
Methods
CreateControlsInstance()
Returns: ControlCollection. A new instance of ControlCollection assigned to the control.
GetAccordionPanelOfComponent(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.
OnVisibleChanged(e)
Fires the VisibleChanged event.
OnWebEvent(e)
Processes the event from the client.
OnWebRender(config)
Renders the client component.
OnWebUpdate(state)
Updates the client component using the state information.
RenderPanelProperties(config)
Update()
Overridden to update the parent Accordion when in design mode.
UpdateZOrder()
Implements
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.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Last updated
Was this helpful?

