BootstrapClientAccordionGroupCancelEventArgs Members
Provides data for events related to manipulations on accordion groups.Constructors
Name |
---|
constructor(processOnServer, group) |
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. |
processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
See Also