Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.AccordionCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the Selecting and Deselecting events of a Accordion control.
Initializes a new instance of the AccordionCancelEventArgs class.
Name | Type | Description |
---|---|---|
AccordionAction: Returns a value indicating which event is occurring.
AccordionPanel: Returns the AccordionPanel the event is occurring for.
Int32: Returns the zero-based index of the Panel in the Panels collection.
Name | Description |
---|---|
Represents the method that will handle the Selecting or Deselecting event of a Accordion control.
panel
The AccordionPanel the event is occurring for.
panelIndex
The zero-based index of panel in the Panels collection.
cancel
true to cancel the panel change by default; otherwise, false.
action
One of the AccordionAction values.
Deselected | Represents the event. |
Deselecting | Represents the event. |
Selected | Represents the event. |
Selecting | Represents the event. |
Returns a value indicating which event is occurring. |
Returns a value indicating which event is occurring. |
sender | The source of the event. |
e | A that contains the event data. |
Occurs before a panel is selected, enabling a handler to cancel the panel change. |
Occurs before a panel is deselected, enabling a handler to cancel the panel change. |
Wisej.Web.AccordionPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.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.
Name | Type | Description |
---|
Overridden to update the parent Accordion when in design mode.
Wisej.Web.Accordion
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Displays collapsible set of panels for presenting information in a limited amount of space.
Initializes a new instance of the class.
: Returns or sets the type of border that is drawn around the panel.
When this property is set to false (default) one panel is always expanded.
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
: Returns the parent control.
: Returns whether the is collapsed.
: Returns or sets a value indicating that the panel can show the expand button on the title bar.
: Returns or sets the text to display as the title of the .
: Returns the instance of associated with this control.
Retrieves the panel that contains the specified .
Parameter | Type | Description |
---|
Returns: . The that contains the specified , or null if it cannot be found.
Name | Description |
---|
: Returns or sets a value indicating whether the Accordion control collapses when all the children are collapsed.
: 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.
: Returns the number of panels in the container.
: Returns the collection of panels in the container.
: Returns or sets the index of the currently selected panel.
The value is less than -1.
: Returns or sets a value indicating whether the selected panel is moved to the top of the container.
: Returns or sets the currently selected panel.
: Returns or sets whether a panel's ToolTip is shown when the mouse passes over the panel's title.
Makes the following the with the specified index the current panel.
Parameter | Type | Description |
---|
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.
Parameter | Type | Description |
---|
panel is null.
Makes the following the the specified name the current panel.
Parameter | Type | Description |
---|
panelName is null; or panelName does not match the property of any in the collection.
Returns the panel at the specified location.
Parameter | Type | Description |
---|
Returns: . The at the specified location.
index is less than 0 or greater than the number of controls in the collection minus 1.
Makes the with the specified index the current .
Parameter | Type | Description |
---|
index is less than 0 or greater than the number of controls in the collection minus 1.
Makes the specified the current .
Parameter | Type | Description |
---|
panel is null.
Makes with the specified name the current .
Parameter | Type | Description |
---|
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.
Name | Description |
---|
control |
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
index |
panel |
panelName |
index |
index |
panel |
panelName |
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a panel is selected. |
Fired when a panel is deselected. |
text | The text for the tab. |
Wisej.Web.AccordionEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the Selected and Deselected events of a Accordion control.
Initializes a new instance of the AccordionEventArgs class.
Name | Type | Description |
---|---|---|
AccordionAction: Returns a value indicating which event is occurring.
AccordionPanel: Returns the AccordionPanel the event is occurring for.
Int32: Returns the zero-based index of the Panel in the Panels collection.
The to look for.
All wisej controls derived from the class must implement this interface.
The index in the collection of the to deselect.
The to deselect.
The of the panel to deselect.
The index of the to get.
The index in the collection of the tab to select.
The to select.
The of the tab to select.
All wisej controls derived from the class must implement this interface.
Name | Description |
---|---|
Represents the method that will handle the Selected or Deselected event of a Accordion control.
panel
The AccordionPanel the event is occurring for.
panelIndex
The zero-based index of panel in the Panels collection.
action
One of the AccordionAction values.