The DayPilotGantt type exposes the following members.

Events

  NameDescription
Public eventBeforeCellRender
Use this event to modify time cell properties before rendering.
Public eventBeforeLinkRender
Use this event to modify link properties before rendering.
Public eventBeforeTaskRender
Use this event to modify task properties before rendering.
Public eventBeforeTimeHeaderRender
Use this event to modify time header (X axis) properties before rendering.
Public eventCommand
This event is fired using client-side .commandCallBack() function. Use it to refresh the control using fast callback.
Public eventDataBinding (Inherited from Control.)
Public eventDataBound (Inherited from BaseDataBoundControl.)
Public eventDisposed (Inherited from Control.)
Public eventIncludeCell
Public eventInit (Inherited from Control.)
Public eventLinkCreate
This event is fired when the user creates a task link. LinkCreateHandling must be set to PostBack, CallBack or Notify.
Public eventLinkMenuClick
This event is fired when a user selects context menu item where the MenuItem.Action is set to PostBack or CallBack.
Public eventLoad (Inherited from Control.)
Public eventPreRender (Inherited from Control.)
Public eventRowClick
Fires when the user clicks a row header.
Public eventRowCreate
Fires when the user finishes editing a new row field.
Public eventRowDoubleClick
Fires when the user double-clicks a row header.
Public eventRowEdit
Fires when the user finishes inline row name editing.
Public eventRowMenuClick
Fires when the user clicks a menu item. MenuItem.Action must be set to PostBack or CallBack.
Public eventRowMove
Fires when the user drops a task row at the new location.
Public eventRowSelect
Fires when the user selects a row.
Public eventTaskClick
This event is fired when the user clicks a task box.
Public eventTaskDelete
This event is fired when the user deletes a task. TaskDeleteHandling must be set to PostBack, CallBack or Notify.
Public eventTaskDoubleClick
This event is fired when the user double-clicks a task box.
Public eventTaskMenuClick
This event is fired when a user selects context menu item where the MenuItem.Action is set to PostBack or CallBack.
Public eventTaskMove
This event is fired when the user moves a task. TaskMoveHandling must be set to PostBack, CallBack or Notify.
Public eventTaskResize
This event is fired when the user resizes a task. TaskResizeHandling must be set to PostBack, CallBack or Notify.
Public eventTaskRightClick
This event is fired when the user right-clicks a task box.
Public eventUnload (Inherited from Control.)

See Also