The DayPilotCalendar type exposes the following members.
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).
|