The DayPilotCalendar type exposes the following members.

Properties

  NameDescription
Public propertyBusinessBeginsHour
Gets or sets the start of the business day (in hours).
Public propertyBusinessEndsHour
Gets or sets the end of the business day (in hours).
Public propertyCellBackColor
Gets or sets the color of the cells in business hours (#000000 format).
Public propertyCellBackColorNonBusiness
Gets or sets the color of the cells outside of business hours (#000000 format).
Public propertyCellDuration
Gets or sets the duration of time cells (in minutes).
Public propertyClientState
Gets the client state (.clientState property on the client side).
Public propertyColumns
Gets the collection of columns to be displayed in Resources mode (see ViewType property).
Protected propertyController
The controller processing this request.
Public propertyCssClassPrefix
Prefix that will be added to internal class names. Use this property to apply a css theme.
Public propertyCssOnly
Enables CssOnly mode.
Public propertyCulture
Gets or sets the culture that will be used for DateTime formatting.
Protected propertyDataAllDayField
Gets or sets the name of an event member that holds true value for all-day events.
Protected propertyDataEndField
Gets or sets the name of an event member that holds the event end.
Protected propertyDataIdField
Gets or sets the name of an event member that holds the event id.
Protected propertyDataRecurrenceField
Gets or sets the name of an event member that holds the recurrence information string.
Protected propertyDataResourceField
Gets or sets the name of an event member that holds the event resource id.
Protected propertyDataStartField
Gets or sets the name of an event member that holds the event start.
Protected propertyDataTagFields
Gets or sets a comma-separated list of the names of the custom event members.
Protected propertyDataTextField
Gets or sets the name of an event member that holds the event text.
Public propertyDayBeginsHour
Gets or sets the first visible hour.
Public propertyDayEndsHour
Gets or sets the end of the last visible hour.
Protected propertyDays
The number of days to be displayed. It is calculated automatically for ViewType=Day, Week, WorkWeek.
Public propertyEndDate
Gets the last visible day in ViewType other than Resources.
Public propertyEventHeaderVisible
Gets or sets the visibility of event headers.
Protected propertyEvents
Gest or sets the collection of events.
Public propertyEventSortExpression
DataItem properties and directions to be used for sorting. Example: "priority asc, start desc".
Public propertyHeaderDateFormat
Gets or sets the format of the date display in the header columns (e.g. \"d\", \"yyyy-MM-dd\").
Public propertyHeaderLevels
Gets or sets the header levels to be displayed. Determines how many level of column children will be displayed.
Public propertyHeightSpec
Gets or sets the height specification. Determines how the control height will be calculated.
Public propertyHourFontColor
Gets or sets the header font color.
Public propertyHourFontFamily
Gets or sets the header font family.
Public propertyHourFontSize
Gets or sets the header font size.
Public propertyHourNameBackColor
Gets or sets the header background color.
Public propertyId
Gets the id of the control on the client side.
Public propertyScrollY
Public propertySelectedEventId Obsolete.
Gets or sets the id of the selected event.
Public propertyShowAllDayEvents
Gets or sets true if all-day events should be displayed.
Public propertyStartDate
Gets or sets the first day to be displayed in ViewType=Days mode.
Public propertyTimeFormat
Gets or sets the time format (12 hour/24 hour clock) to be used for time formatting.
Public propertyTimeHeaderCellDuration
Duration of a time header cell in minutes. Maximum value is 60, must be divisible by CellDuration.
Public propertyUpdateType
Gets the update type.
Public propertyViewType
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).
Public propertyWeekStarts
Gets or sets how the first day of week will be determined (fixed or auto).

See Also