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 |
Occurs when the server control binds to a data source.
(Inherited from Control.) | |
| DataBound |
Occurs after the server control binds to a data source.
(Inherited from BaseDataBoundControl.) | |
| Disposed |
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.) | |
| EventClick |
This event is fired when a user clicks 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.
| |
| 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.
| |
| HeaderClick |
Fires when the user clicks a header with day name (Sunday, Monday...).
| |
| Init |
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.) | |
| Load |
Occurs when the server control is loaded into the Page object.
(Inherited from Control.) | |
| PreRender |
Occurs after the Control object is loaded but prior to rendering.
(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 |
Occurs when the server control is unloaded from memory.
(Inherited from Control.) |