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

TcxSchedulerAgendaViewDisplayMode Enum

Enumerates content display modes available in the Agenda View.

#Declaration

Delphi
TcxSchedulerAgendaViewDisplayMode = (
    avmAllDays,
    avmSelectedDays,
    avmSelectedNonEmptyDays
);

#Members

Name
avmAllDays
avmSelectedDays
avmSelectedNonEmptyDays

#Remarks

Options include:

Value Description Example
avmAllDays All days are consecutively listed in the scheduling area. You can scroll the days infinitely in both directions.
avmSelectedDays The days currently selected in the Date Navigator are consecutively listed in the scheduling area. The vertical scrollbar is displayed if the selected days do not fit into the scheduling area.
avmSelectedNonEmptyDays The selected days are consecutively listed in the scheduling area, with the exception of days without user events.

The TcxSchedulerAgendaViewDisplayMode type is referenced by the DisplayMode property provided by the TcxSchedulerAgendaView class.

See Also