Week View
- 2 minutes to read
The Week View displays appointments for any given weekly period. The view is implemented by the WeekView class, accessible by using the SchedulerControl.WeekView property. To show the view, set the SchedulerControl.ActiveViewType property to the SchedulerViewType.Week type.
Week view displays Saturday and Sunday in a single day cell, so if the first day of the week (the SchedulerOptionsViewBase.FirstDayOfWeek property) is set to Sunday, the view shows a week earlier with the first day of the week set to Monday.
Important
The Week View is disabled by default, since this view is outdated and provided for compatibility with the earlier versions of the Xtra
The following table lists the main properties of the WeekView class which implement its basic functionality.
Member Name | Description |
---|---|
Week |
Provides access to the properties that control the appearance of the Week |
Scheduler |
Provides access to the Week |
Scheduler |
Gets the time interval currently selected in the scheduler’s active view by an end-user. |
Scheduler |
Returns a copy of the visible time interval collection for the current view. |
Scheduler |
Fills the visible time interval collection with new items. |
The following table lists events which allow you to customize the View’s layout.
Event Name | Description |
---|---|
Scheduler |
Fires when the Scheduler |
Scheduler |
Fires when the Scheduler |
Scheduler |
Allows you to paint a Group Separator in a custom manner. |
Scheduler |
Allows you to paint Navigation Buttons in a custom manner. |
Scheduler |
Allows you to paint Resource Headers in a custom manner. |
Scheduler |
Allows you to paint the Time Cells in a custom manner. |
The following table lists services which allow you to customize the View’s layout.
Service | Description |
---|---|
Header |
Allows you to custom format the header captions. |
Header |
Allows you to specify custom tooltips for the day headers |