BootstrapClientRibbon Events
Represents a client-side equivalent of the BootstrapRibbon control.Name | Description |
---|---|
ActiveTabChanged | Fires on the client side after the active tab has been changed within a ribbon control. Inherited from ASPxClientRibbon. |
CommandExecuted | Occurs after an end-user executes an action on a ribbon item. Inherited from ASPxClientRibbon. |
DialogBoxLauncherClicked | Fires on the client side after a dialog box launcher has been clicked. Inherited from ASPxClientRibbon. |
FileTabClicked | Occurs when the file tab is clicked. Inherited from ASPxClientRibbon. |
Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
KeyTipsClosedOnEscape | Fires after key tips are closed by pressing Esc. Inherited from ASPxClientRibbon. |
MinimizationStateChanged | Occurs on the client side when the ribbon minimization state is changed by end-user actions. Inherited from ASPxClientRibbon. |
See Also