The DayPilotGantt type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | BeforeCellRender |
Use this event to modify time cell properties before rendering.
|
![]() | BeforeLinkRender |
Use this event to modify link properties before rendering.
|
![]() | BeforeTaskRender |
Use this event to modify task properties before rendering.
|
![]() | BeforeTimeHeaderRender |
Use this event to modify time header (X axis) properties before rendering.
|
![]() | Command |
This event is fired using client-side .commandCallBack() function. Use it to refresh the control using fast callback.
|
![]() | DataBinding | (Inherited from Control.) |
![]() | DataBound | (Inherited from BaseDataBoundControl.) |
![]() | Disposed | (Inherited from Control.) |
![]() | IncludeCell | |
![]() | Init | (Inherited from Control.) |
![]() | LinkCreate |
This event is fired when the user creates a task link. LinkCreateHandling must be set to PostBack, CallBack or Notify.
|
![]() | LinkMenuClick |
This event is fired when a user selects context menu item where the MenuItem.Action is set to PostBack or CallBack.
|
![]() | Load | (Inherited from Control.) |
![]() | PreRender | (Inherited from Control.) |
![]() | RowClick |
Fires when the user clicks a row header.
|
![]() | RowCreate |
Fires when the user finishes editing a new row field.
|
![]() | RowDoubleClick |
Fires when the user double-clicks a row header.
|
![]() | RowEdit |
Fires when the user finishes inline row name editing.
|
![]() | RowMenuClick |
Fires when the user clicks a menu item. MenuItem.Action must be set to PostBack or CallBack.
|
![]() | RowMove |
Fires when the user drops a task row at the new location.
|
![]() | RowSelect |
Fires when the user selects a row.
|
![]() | TaskClick |
This event is fired when the user clicks a task box.
|
![]() | TaskDelete |
This event is fired when the user deletes a task. TaskDeleteHandling must be set to PostBack, CallBack or Notify.
|
![]() | TaskDoubleClick |
This event is fired when the user double-clicks a task box.
|
![]() | TaskMenuClick |
This event is fired when a user selects context menu item where the MenuItem.Action is set to PostBack or CallBack.
|
![]() | TaskMove |
This event is fired when the user moves a task. TaskMoveHandling must be set to PostBack, CallBack or Notify.
|
![]() | TaskResize |
This event is fired when the user resizes a task. TaskResizeHandling must be set to PostBack, CallBack or Notify.
|
![]() | TaskRightClick |
This event is fired when the user right-clicks a task box.
|
![]() | Unload | (Inherited from Control.) |