Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

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:

See Also