Accordion
Wisej.Web.Accordion
Last updated
Was this helpful?
Wisej.Web.Accordion
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Displays collapsible set of panels for presenting information in a limited amount of space.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified settings.
panels
onSelectedIndexChanged
Initializes a new instance of the class with the specified settings.
location
The location of the panel on its parent control.
size
The size of the panel.
onSelectedIndexChanged
location
The location of the panel on its parent control.
size
The size of the panel.
panels
onSelectedIndexChanged
When this property is set to false (default) one panel is always expanded.
Throws:
index
Throws:
panel
Throws:
panelName
Throws:
index
Throws:
item
e
e
e
e
e
e
e
e
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Removes all the panels and additional controls from this tab control.
index
Throws:
panel
Throws:
panelName
Throws:
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.
All wisej components implement this interface.
Allows an object to serialize itself.
An array of objects to be added to the panel.
An Action delegate to handle the event.
An Action delegate to handle the event.
Initializes a new instance of the class with the specified settings.
An array of objects to be added to the panel.
An Action delegate to handle the event.
: Returns or sets the type of border that is drawn around the panel. (Default: Solid
)
: Returns the client rectangle to use in the designer.
: Returns or sets a value indicating whether the Accordion control collapses when all the children are collapsed. (Default: False
)
: Returns the rectangle that represents the virtual display area of the control.
: Returns or sets the size of the header. When the header is horizontal, the size if the height; when it's vertical, the size if the width. Set it to -1 to reset to the size set in the current theme.
: Returns or sets the images to display on the panel's title bar. (Default: null
)
: Returns the number of panels in the container. (Default: 0
)
: Returns the collection of panels in the container.
: Returns or sets the index of the currently selected panel. (Default: -1
)
The value is less than -1.
: Returns or sets a value indicating whether the selected panel is moved to the top of the container. (Default: False
)
: Returns or sets the currently selected panel. (Default: null
)
: Returns or sets whether a panel's ToolTip is shown when the mouse passes over the panel's title. (Default: True
)
This member overrides .
Returns: . A new instance of assigned to the control.
Makes the following the with the specified index the current panel.
The index in the collection of the to deselect.
index is less than 0 or greater than the number of controls in the collection minus 1.
Makes the following the specified the current panel.
The to deselect.
panel is null.
Makes the following the the specified name the current panel.
The of the panel to deselect.
panelName is null; or panelName does not match the property of any in the collection.
Returns the panel at the specified location.
The index of the to get.
Returns: . The at the specified location.
index is less than 0 or greater than the number of controls in the collection minus 1.
Returns an array of controls that belong to the control.
Returns: . An array of controls that belong to the .
Returns the ToolTip for the specified .
The that owns the desired ToolTip.
Returns: . The ToolTip text.
Fires the event.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event of the currently active .
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event of the currently active .
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Makes the with the specified index the current .
The index in the collection of the tab to select.
index is less than 0 or greater than the number of controls in the collection minus 1.
Makes the specified the current .
The to select.
panel is null.
Makes with the specified name the current .
The of the tab to select.
panelName is null; or panelName does not match the property of any in the collection.
Fired when a panel is deselected.
Occurs before a panel is deselected, enabling a handler to cancel the panel change.
Fired when a panel is selected.
Fired when the property has changed.
Occurs before a panel is selected, enabling a handler to cancel the panel change.
All wisej controls derived from the class must implement this interface.