ASPxClientFloatingActionButton Events
A client-side equivalent of the ASPxFloatingActionButton object.| Name | Description |
|---|---|
| ActionCollapsing | Occurs when the end user collapses the action group. |
| ActionExpanding | Occurs on the client side when an end user expands an action group. |
| ActionItemClick | Occurs when an end user clicks the action item. |
| ContextChanging | Occurs on the client side when the context is changed. |
| Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
See Also