TcxSchedulerViewMode Enum
In This Article
Enumerates available time View modes that can be displayed within the scheduling area.
#Declaration
Delphi
TcxSchedulerViewMode = (
vmDay,
vmWeek,
vmMonth,
vmWorkWeek,
vmAgenda
);
#Members
Name |
---|
vm
|
vm
|
vm
|
vm
|
vm
|
#Remarks
Options include:
Value | Meaning |
---|---|
vm |
A single day occupies the scheduling area (the Day View is active). |
vm |
A whole week is shown (the Week View is active). |
vm |
A whole month is shown (the Weeks View is active). |
vm |
A week without weekend days is shown (the Day View is active). |
vm |
An event list is shown, separated by horizontally oriented day headers (the Agenda View is active). |
vm |
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