TcxSchedulerViewMode Enum
Enumerates available time View modes that can be displayed within the scheduling area.
Declaration
TcxSchedulerViewMode = (
vmDay,
vmWeek,
vmMonth,
vmWorkWeek,
vmAgenda
);
Members
Name |
---|
vmDay
|
vmWeek
|
vmMonth
|
vmWorkWeek
|
vmAgenda
|
Remarks
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