The DayPilotScheduler type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| BeforeCellRender |
Use this event to modify time cell properties before rendering.
| |
| BeforeEventRecurrence |
This event is fired during event loading.
| |
| BeforeEventRender |
This event is fired before events are rendered.
| |
| BeforeLinkRender | ||
| BeforeResHeaderRender |
Use this event to modify resource header (Y axis) 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.) | |
| EventAdd |
Fires when client-side EventAdd event is notified to the server.
| |
| EventClick |
This event is fired when a user clicks an event.
| |
| EventDelete |
This event is fired when the user clicks on a delete "X" button in the upper-right corner of an event.
| |
| EventDoubleClick |
This event is fired when a user double-clicks an event.
| |
| EventEdit |
Fires when a user confirms event text changes (after editing).
| |
| EventMenuClick |
This event is fired when a user selects context menu item where the MenuItem.Action is set to PostBack or CallBack.
| |
| EventMove |
This event is fired when a user moves an event by dragging.
| |
| EventRemove |
Fires when client-side EventRemove event is notified to the server.
| |
| EventResize |
This event is fired when a user resizes an event by top or bottom border dragging.
| |
| EventRightClick |
This event is fired when a user clicks an event with a right mouse button.
| |
| EventSelect |
Fires when the user selects an event.
| |
| EventUpdate |
Fires when client-side EventUpdate event is notified to the server.
| |
| IncludeCell | ||
| Init | (Inherited from Control.) | |
| Load | (Inherited from Control.) | |
| LoadNode |
Fires when the expand icon of a resource with ChildrenLoaded="false" is clicked.
| |
| Notify |
Fires when queued client-side operations are notified to the server.
| |
| PreRender | (Inherited from Control.) | |
| ResourceCollapse |
Fires when the user collapses a resource tree node.
| |
| ResourceExpand |
Fires when the user expands a resource tree node.
| |
| ResourceHeaderClick | Obsolete.
Fires when the user clicks a row header. Obsolete: Use RowClick instead.
| |
| ResourceHeaderMenuClick | Obsolete.
Fires when the user clicks a menu item. MenuItem.Action must be set to PostBack or CallBack. Obsolete: Use RowMenuClick event instead.
| |
| RowClick |
Fires when the user clicks a row header.
| |
| RowCreate |
Fires when the user finishes editing a new row field.
| |
| 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 resource at the new location.
| |
| RowSelect |
Fires when the user selects a row.
| |
| Scroll |
This event is fired when the user scrolls using either the horizontal or vertical scrollbar.
| |
| TimeHeaderClick |
Fires when the user clicks a row header.
| |
| TimeRangeDoubleClick |
Fires when a user double-clicks a selected time range. TimeRangeDoubleClickHandling must be set to PostBack, CallBack, or JavaScript.
| |
| TimeRangeMenuClick |
Fires when the user clicks a menu item. MenuItem.Action must be set to PostBack or CallBack.
| |
| TimeRangeSelected |
This event is fired when a user clicks a time cell or selects cells by mouse dragging.
| |
| Unload | (Inherited from Control.) |