windowsforms-devexpress-dot-xtrascheduler-305809a7.md
Displays events across a week in a compact form.
This view is outdated and provided for compatibility with the earlier versions of the Scheduler Control. Use the FullWeekView instead.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
public class WeekView :
SchedulerViewBase
Public Class WeekView
Inherits SchedulerViewBase
The following members return WeekView objects:
The XtraScheduler control has several view types that provide different arrangements and formats for scheduling and viewing appointments. The WeekView class represents a Week View. This type of view enables end-users to schedule and view the user events in a week.
All views are stored in the scheduler’s view repository which can be accessed via the SchedulerControl.Views property. To access the settings of the Week View use the SchedulerViewRepository.WeekView property.
Object UserInterfaceObject SchedulerViewBase WeekView MonthView
See Also