MVCxClientRoundPanel Events
A client-side counterpart of the RoundPanel extension.Name | Description |
---|---|
BeginCallback | Occurs when a callback for server-side processing is initiated. |
CallbackError | Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientRoundPanel. Inherited from ASPxClientRoundPanel. |
CollapsedChanged | Fires on the client side after a panel has been expanded or collapsed via end-user interactions, i.e., by clicking a panel header or collapse button. Inherited from ASPxClientRoundPanel. |
CollapsedChanging | Fires on the client when a user clicks the panel header or collapse button to expand or collapse the panel. Inherited from ASPxClientRoundPanel. |
EndCallback | Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientRoundPanel. |
Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
See Also