vcl-cxschedulercustomcontrols-ce0a8c8b.md
Enumerates available time View modes that can be displayed within the scheduling area.
TcxSchedulerViewMode = (
vmDay,
vmWeek,
vmMonth,
vmWorkWeek,
vmAgenda
);
| Name |
|---|
vmDay |
vmWeek |
vmMonth |
vmWorkWeek |
vmAgenda |
Options include:
| Value | Meaning |
|---|---|
| vmDay | A single day occupies the scheduling area (the Day View is active). |
| vmWeek | A whole week is shown (the Week View is active). |
| vmMonth | A whole month is shown (the Weeks View is active). |
| vmWorkWeek | A week without weekend days is shown (the Day View is active). |
| vmAgendaDayHeaderHorizontal | An event list is shown, separated by horizontally oriented day headers (the Agenda View is active). |
| vmAgendaDayHeaderVertical | An event list is shown, grouped by the corresponding vertical day headers (the Agenda View is active). |
The TcxSchedulerViewMode type is referenced by:
The cxShowGoToDateDialog global function’s AViewMode parameter.
The AViewMode parameter of the scheduler’s GoToDate function.
See Also