Skip to main content
A newer version of this page is available.
All docs
V19.1

MVCxClientGantt Events

A client-side counterpart of the Gantt extension.
Name Description
BeginCallback Occurs when you initiates a callback to the server side.
CallbackError Fires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientTreeList. Inherited from ASPxClientTreeList.
ColumnResized Occurs after a column’s width has been changed by an end-user. Inherited from ASPxClientTreeList.
ColumnResizing Enables you to prevent columns from being resized. Inherited from ASPxClientTreeList.
ContextMenu Enables you to display a context menu. Inherited from ASPxClientTreeList.
CustomButtonClick Occurs when a custom command button has been clicked. Inherited from ASPxClientTreeList.
CustomDataCallback Fires after the callback has been processed in the ASPxTreeList.CustomDataCallback event handler. Inherited from ASPxClientTreeList.
CustomizationWindowCloseUp Fires after the Customization Window has been closed. Inherited from ASPxClientTreeList.
EndCallback Occurs on the client after a callback’s server-side processing has been completed. Inherited from ASPxClientTreeList.
FocusedNodeChanged Fires in response to changing node focus. Inherited from ASPxClientTreeList.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
NodeClick Fires on the client when a node is clicked. Inherited from ASPxClientTreeList.
NodeCollapsing Fires before a node is collapsed. Inherited from ASPxClientTreeList.
NodeDblClick Fires on the client when a node is double clicked. Inherited from ASPxClientTreeList.
NodeExpanding Fires before a node is expanded. Inherited from ASPxClientTreeList.
NodeFocusing Fires before the focused node has been changed. Inherited from ASPxClientTreeList.
See Also