The Calendar control serves as a view in document-view architecture, where the document is implemented by the Schedule class. The Calendar provides several schedule related views, such as Month, List, Timetable, that present the scheduled events in different styles and layouts.
The following tables list the members exposed by the Calendar type.
Name | Description | |
---|---|---|
Initializes a new instance of the Calendar class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether calendar's items can be inplace-edited. |
||
Gets the collection of cells in the calendar view. |
||
Gets or sets a value indicating how to format and display contact names in view headers. |
||
Gets the contacts whose schedule to display when the GroupType property is set to GroupByContacts or FilterByContacts. |
||
Gets or sets the type of the current view of the calendar. |
||
Gets or sets the date of the calendar. |
||
Gets or sets the end date of the calendar. |
||
Gets the end time of the last calendar cell. |
||
Gets the locale object used to format and display date and time information in the calendar. |
||
Gets or sets the grouping or filtering criteria for the calendar. |
||
Gets a reference to the DOM element of the calendar main header. |
||
Gets the list of currently selected items. |
||
Gets the end time of the last calendar cell, that can contain items. |
||
Gets the ItemSettings object used to customize the appearance of calendar items. |
||
Gets the start time of the first calendar cell, that can contain items. |
||
Gets the ListSettings object used to customize the appearance of the List view. |
||
Gets or sets the locale object used to format and display localizable information in the calendar. |
||
Gets the locale object used to format and display localizable strings in the calendar. |
||
Gets the locations whose schedule to display when the groupType property is set to GroupByLocations or FilterByLocations. |
||
Gets the MonthRangeSettings object used to customize the appearance of the MonthRange view. |
||
Gets the MonthSettings object used to customize the appearance of the SingleMonth view. |
||
Gets the resources whose schedule to display when the groupType property is set to GroupByResources or FilterByResources. |
||
Gets the ResourceViewSettings object used to customize the appearance of the Resource view. |
||
Gets or sets the schedule to be displayed inside the calendar. |
||
Gets the current calendar selection. |
||
Gets or sets a value indicating whether to show tooltips. |
||
Gets the start time of the first calendar cell. |
||
Gets the tasks whose schedule to display when the GroupType property is set to GroupByTasks or FilterByTasks. |
||
Gets the TimetableSettings object used to customize the appearance of the Timetable view. |
||
Gets or sets a value indicating whether the built-in forms for item editing will be used. |
||
Gets the WeekRangeSettings object used to customize the appearance of the WeekRange view. |
Name | Description | |
---|---|---|
Recalculates calendar's dimensions. |
||
Prepares the calendar for user interaction. |
||
Copies property values for this Calendar from another object. |
||
Detaches calendar event handlers. |
||
Control.draw override. |
||
Gets the calendar view cell that contains the specified coordinates. |
||
Gets the items, whose visual elements are contained in the specified calendar cell. |
||
Gets the calendar view cells that hold the specified item's visual elements. |
||
Gets the specified item's visual elements. |
||
Gets the calendar view cell that corresponds to the specified DateTime and resource. |
||
Gets the calendar view cells that corresponds to the specified DateTime range and the specified Resource. |
||
Checks if there are Task-s which reminder has not come yet. |
||
Control.render override. |
||
Repaints the calendar contents. |
Name | Description | |
---|---|---|
Raised when a navigation button is clicked. |
||
Raised when a calendar time cell is clicked. |
||
Raised when a calendar time cell is double-clicked. |
||
Raised when an item cue is clicked. |
||
Raised when a popup form is closed. |
||
Raised when a popup form is shown. |
||
Raised when a calendar header is clicked. |
||
Raised when a calendar header is double-clicked. |
||
Raised when an item is clicked. |
||
Raised when an item is created. |
||
Raised while an item is being created. |
||
Raised when an item is deleted. |
||
Raised while an item is being deleted. |
||
Raised when an item is double-clicked. |
||
Raised when an item is drawn. |
||
Raised when an item is modified. |
||
Raised while an item is being modified. |
||
Raised when an item remider is triggered. |
||
Raised when a selection of items changes. |
||
Raised while a recurring item is being deleted. |
||
Raised when the calendar's schedule has changed. |
||
Raised when a selection changes. |
||
Raised when a selection has ended. |
||
Raised when a selection is started. |
||
Raised when an task remider is triggered. |
||
Raised when the calendar date is changed. |