Skip to main content
A newer version of this page is available. .

BootstrapClientAccordionGroupClickEventArgs Members

Provides data for events related to clicking on the control’s group headers.

Constructors

Name Description
constructor(processOnServer, group, htmlElement, htmlEvent) Initializes a new object of the BootstrapClientAccordionGroupClickEventArgs type with the specified settings.

Properties

Name Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientProcessingModeCancelEventArgs.
group Gets the group object related to the event. Inherited from BootstrapClientAccordionGroupCancelEventArgs.
htmlElement Gets an HTML object that contains the processed Accordion group.
htmlEvent Gets a DHTML event object that relates to the processed event.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also