MVCxClientNavBar Events
A client-side counterpart of the NavBar 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 ASPxClientNavBar. Inherited from ASPxClientNavBar. |
EndCallback | Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientNavBar. |
ExpandedChanged | Fires on the client side after a group’s expansion state has been changed. Inherited from ASPxClientNavBar. |
ExpandedChanging | Fires on the client side before the expansion state of a group is changed. Inherited from ASPxClientNavBar. |
HeaderClick | Fires when a group header is clicked. Inherited from ASPxClientNavBar. |
Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
ItemClick | Fires after an item has been clicked. Inherited from ASPxClientNavBar. |
See Also