Search
Calendar Properties
 


 Public Properties

  Name Description

allowInplaceEdit

Gets or sets a value indicating whether calendar's items can be inplace-edited.

cells

Gets the collection of cells in the calendar view.

contactNameFormat

Gets or sets a value indicating how to format and display contact names in view headers.

contacts

Gets the contacts whose schedule to display when the GroupType property is set to GroupByContacts or FilterByContacts.

currentView

Gets or sets the type of the current view of the calendar.

date

Gets or sets the date of the calendar.

endDate

Gets or sets the end date of the calendar.

endTime

Gets the end time of the last calendar cell.

formatInfo

Gets the locale object used to format and display date and time information in the calendar.

groupType

Gets or sets the grouping or filtering criteria for the calendar.

header

Gets a reference to the DOM element of the calendar main header.

itemSelection

Gets the list of currently selected items.

itemsEndTime

Gets the end time of the last calendar cell, that can contain items.

itemSettings

Gets the ItemSettings object used to customize the appearance of calendar items.

itemsStartTime

Gets the start time of the first calendar cell, that can contain items.

listSettings

Gets the ListSettings object used to customize the appearance of the List view.

locale

Gets or sets the locale object used to format and display localizable information in the calendar.

localInfo

Gets the locale object used to format and display localizable strings in the calendar.

locations

Gets the locations whose schedule to display when the groupType property is set to GroupByLocations or FilterByLocations.

monthRangeSettings

Gets the MonthRangeSettings object used to customize the appearance of the MonthRange view.

monthSettings

Gets the MonthSettings object used to customize the appearance of the SingleMonth view.

resources

Gets the resources whose schedule to display when the groupType property is set to GroupByResources or FilterByResources.

resourceViewSettings

Gets the ResourceViewSettings object used to customize the appearance of the Resource view.

schedule

Gets or sets the schedule to be displayed inside the calendar.

selection

Gets the current calendar selection.

showTooltips

Gets or sets a value indicating whether to show tooltips.

startTime

Gets the start time of the first calendar cell.

tasks

Gets the tasks whose schedule to display when the GroupType property is set to GroupByTasks or FilterByTasks.

timetableSettings

Gets the TimetableSettings object used to customize the appearance of the Timetable view.

useForms

Gets or sets a value indicating whether the built-in forms for item editing will be used.

weekRangeSettings

Gets the WeekRangeSettings object used to customize the appearance of the WeekRange view.

 See Also