Back to Devexpress

TcxSchedulerViewMode Enum

vcl-cxschedulercustomcontrols-ce0a8c8b.md

latest1.8 KB
Original Source

TcxSchedulerViewMode Enum

Enumerates available time View modes that can be displayed within the scheduling area.

Declaration

delphi
TcxSchedulerViewMode = (
    vmDay,
    vmWeek,
    vmMonth,
    vmWorkWeek,
    vmAgenda
);

Members

Name
vmDay
vmWeek
vmMonth
vmWorkWeek
vmAgenda

Remarks

Options include:

ValueMeaning
vmDayA single day occupies the scheduling area (the Day View is active).
vmWeekA whole week is shown (the Week View is active).
vmMonthA whole month is shown (the Weeks View is active).
vmWorkWeekA week without weekend days is shown (the Day View is active).
vmAgendaDayHeaderHorizontalAn event list is shown, separated by horizontally oriented day headers (the Agenda View is active).
vmAgendaDayHeaderVerticalAn event list is shown, grouped by the corresponding vertical day headers (the Agenda View is active).

The TcxSchedulerViewMode type is referenced by:

See Also

cxSchedulerCustomControls Unit