The DayPilotCalendar type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DayPilotCalendar |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| CallBack(Stream) |
Processes the callback request.
| |
| CallBack(Controller) |
Processes the callback request. This method should be called from the backend controller.
| |
| 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 |
An event handler that allows time cell customization. Called once for each time cell.
| |
| 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 |
An event handler that allows column header customization. Called once for each column.
| |
| OnBeforeTimeHeaderRender |
An event handler that allows time header customization. Called once for each time header cell.
| |
| OnCommand |
Event handler for Command callback.
| |
| OnEventBubble |
Event handler for dynamic bubble request callback.
| |
| OnEventClick |
Event handler for EventClick callback.
| |
| OnEventDelete |
Event handler for EventDelete callback.
| |
| OnEventDoubleClick |
Event handler for EventDoubleClick callback.
| |
| OnEventEdit |
Event handler for EventEdit callback.
| |
| OnEventMenuClick |
Event handler for EventMenuClick callback. Fired for menu items that use Action=CallBack.
| |
| OnEventMove |
Event handler for EventMove callback. Used for Notify handling mode as well.
| |
| OnEventResize |
Event handler for EventResize callback. Used for Notify handling mode as well.
| |
| OnEventRightClick |
Event handler for EventRightClick callback.
| |
| OnEventSelect |
Event handler for EventSelect callback.
| |
| OnFinish |
Lifecycle hook. Called at the end of every callback request.
| |
| OnHeaderClick |
Event handler for HeaderClick callback.
| |
| OnInit |
Event handler for Init callback. Fired automatically on initial page load.
| |
| OnNotify |
Event handler for Notify callback.
| |
| OnPrepare |
Lifecycle hook. Called at the beginning of every callback request.
| |
| OnTimeRangeDoubleClick |
Event handler for TimeRangeDoubleClick callback.
| |
| OnTimeRangeMenuClick |
Event handler for TimeRangeMenuClick callback. Fired for menu items that use Action=CallBack.
| |
| OnTimeRangeSelected |
Event handler for TimeRangeSelected callback.
| |
| 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()()()() |
Request EventsOnly refresh on the client side. Requires a fresh data set to be loaded in Events.
| |
| Update(Object) |
Request EventsOnly refresh on the client side. Requires a fresh data set to be loaded in Events.
| |
| Update(CallBackUpdateType) |
Request a client-side refresh.
| |
| Update(Object, CallBackUpdateType) |
Request a client-side refresh.
| |
| UpdateWithMessage(String) |
Request EventsOnly refresh on the client side. Requires a fresh data set to be loaded in Events. Displays the specified message using the integrated message bar.
| |
| UpdateWithMessage(String, CallBackUpdateType) |
Request a client-side refresh. Requires a fresh data set to be loaded in Events. Displays the specified message using the integrated message bar.
|
Fields
| Name | Description | |
|---|---|---|
| CornerBackColor | ||
| CornerHtml | ||
| SelectedEvents |
List of selected events.
|
Properties
| Name | Description | |
|---|---|---|
| BusinessBeginsHour |
Gets or sets the start of the business day (in hours).
| |
| BusinessEndsHour |
Gets or sets the end of the business day (in hours).
| |
| CellBackColor |
Gets or sets the color of the cells in business hours (#000000 format).
| |
| CellBackColorNonBusiness |
Gets or sets the color of the cells outside of business hours (#000000 format).
| |
| CellDuration |
Gets or sets the duration of time cells (in minutes).
| |
| ClientState |
Gets the client state (.clientState property on the client side).
| |
| Columns |
Gets the collection of columns to be displayed in Resources mode (see ViewType property).
| |
| Controller |
The controller processing this request.
| |
| CssClassPrefix |
Prefix that will be added to internal class names. Use this property to apply a css theme.
| |
| CssOnly |
Enables CssOnly mode.
| |
| Culture |
Gets or sets the culture that will be used for DateTime formatting.
| |
| DataAllDayField |
Gets or sets the name of an event member that holds true value for all-day events.
| |
| 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.
| |
| DataResourceField |
Gets or sets the name of an event member that holds the event resource id.
| |
| 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.
| |
| DayBeginsHour |
Gets or sets the first visible hour.
| |
| DayEndsHour |
Gets or sets the end of the last visible hour.
| |
| Days |
The number of days to be displayed. It is calculated automatically for ViewType=Day, Week, WorkWeek.
| |
| EndDate |
Gets the last visible day in ViewType other than Resources.
| |
| EventHeaderVisible |
Gets or sets the visibility of event headers.
| |
| Events |
Gest or sets the collection of events.
| |
| EventSortExpression |
DataItem properties and directions to be used for sorting. Example: "priority asc, start desc".
| |
| HeaderDateFormat |
Gets or sets the format of the date display in the header columns (e.g. \"d\", \"yyyy-MM-dd\").
| |
| HeaderLevels |
Gets or sets the header levels to be displayed. Determines how many level of column children will be displayed.
| |
| HeightSpec |
Gets or sets the height specification. Determines how the control height will be calculated.
| |
| HourFontColor |
Gets or sets the header font color.
| |
| HourFontFamily |
Gets or sets the header font family.
| |
| HourFontSize |
Gets or sets the header font size.
| |
| HourNameBackColor |
Gets or sets the header background color.
| |
| Id |
Gets the id of the control on the client side.
| |
| ScrollY | ||
| SelectedEventId | Obsolete.
Gets or sets the id of the selected event.
| |
| ShowAllDayEvents |
Gets or sets true if all-day events should be displayed.
| |
| StartDate |
Gets or sets the first day to be displayed in ViewType=Days mode.
| |
| TimeFormat |
Gets or sets the time format (12 hour/24 hour clock) to be used for time formatting.
| |
| TimeHeaderCellDuration |
Duration of a time header cell in minutes. Maximum value is 60, must be divisible by CellDuration.
| |
| UpdateType |
Gets the update type.
| |
| ViewType |
Gets or sets the ViewType. ViewType determines how many columns will be displayed (Day, Week, WorkWeek, Days) or whether the Columns collection will be used (Resources).
| |
| WeekStarts |
Gets or sets how the first day of week will be determined (fixed or auto).
|