The DayPilotMonth type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| BeforeCellRender |
This event is fired for each time cell. You can modify its properties (e.g. background color) here.
| |
| BeforeEventRecurrence |
This event is fired during event loading.
| |
| BeforeEventRender |
This event is fired before events are rendered.
| |
| BeforeHeaderRender |
This event is fired before column header is rendered.
| |
| 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 |
Fires when a user double-clicks an event.
| |
| 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 a user selects an event.
| |
| EventUpdate |
Fires when client-side EventUpdate event is notified to the server.
| |
| HeaderClick |
Fires when the user clicks a header with day name (Sunday, Monday...).
| |
| Init | (Inherited from Control.) | |
| Load | (Inherited from Control.) | |
| Notify |
Fires when queued client-side operations are notified to the server.
| |
| PreRender | (Inherited from Control.) | |
| TimeRangeDoubleClick |
Fires when a user double-clicks a selected time range. TimeRangeDoubleClickHandling must be set to PostBack or CallBack.
| |
| TimeRangeMenuClick |
Fires when a 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.) |