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