The DayPilotMonth type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DayPilotMonth | Initializes a new instance of the DayPilotMonth class |
Methods
| Name | Description | |
|---|---|---|
| CallBack | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnBeforeCellRender | ||
| OnBeforeEventRecurrence |
This event is fired during event loading.
| |
| OnBeforeEventRender |
An event handler that allows event customization. Called once for each event in the Events collection.
| |
| OnBeforeHeaderRender | ||
| OnCommand | ||
| OnEventBubble | ||
| OnEventClick | ||
| OnEventDelete |
Event handler for EventDelete callback.
| |
| OnEventMenuClick | ||
| OnEventMove | ||
| OnEventResize | ||
| OnEventRightClick | ||
| OnEventSelect | ||
| OnFinish | ||
| OnHeaderClick | ||
| OnInit | ||
| OnPrepare |
Lifecycle hook. Called at the beginning of every request.
| |
| OnTimeRangeDoubleClick | ||
| OnTimeRangeSelected | ||
| Redirect |
Redirects the page to a new location specified by the url parameter.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update()()()() | ||
| Update(Object) | ||
| Update(CallBackUpdateType) | ||
| Update(Object, CallBackUpdateType) | ||
| UpdateWithMessage(String) | ||
| UpdateWithMessage(String, CallBackUpdateType) |
Fields
| Name | Description | |
|---|---|---|
| SelectedEvents |
List of selected events.
|
Properties
| Name | Description | |
|---|---|---|
| BackColor |
Business cell background color. Ignored in CssOnly mode.
| |
| ClientState |
Gets the client state (.clientState property on the client side).
| |
| Controller | ||
| CssOnly |
Enables CssOnly mode.
| |
| DataEndField |
Gets or sets the name of an event member that holds the event end.
| |
| DataIdField |
Gets or sets the name of an event member that holds the event id.
| |
| DataRecurrenceField |
Gets or sets the name of an event member that holds the recurrence information string.
| |
| DataStartField |
Gets or sets the name of an event member that holds the event start.
| |
| DataTagFields |
Gets or sets a comma-separated list of the names of the custom event members.
| |
| DataTextField |
Gets or sets the name of an event member that holds the event text.
| |
| Events | ||
| EventSortExpression | ||
| HeaderBackColor |
Header background color. Ignored in CssOnly mode.
| |
| Id |
Id of the control on the client side.
| |
| NonBusinessBackColor |
Non-business cell background color. Ignored in CssOnly mode.
| |
| ResolvedWeekStart | ||
| ShowWeekend |
Whether to show weekends (Saturday and Sunday).
| |
| StartDate |
Gets or sets the month (ViewType=Month) or first week (ViewType=Weeks) to be displayed.
| |
| UpdateType |
Requested update type (None, EventsOnly, Full).
| |
| ViewType |
View type: Month (displays one month), or Weeks (displays the number of week specified using Weeks property).
| |
| VisibleEnd | ||
| VisibleStart | ||
| Weeks |
The number of weeks to be displayed in ViewType=Weeks mode.
| |
| WeekStarts |
First day of week.
|