Skip to main content
A newer version of this page is available. .

WeekView Class

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.v18.1.dll

Declaration

public class WeekView :
    SchedulerViewBase

The following members accept/return WeekView objects:

Remarks

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.

WeekView-class

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the WeekView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also