Skip to main content

TcxSchedulerAgendaViewDisplayMode Enum

Enumerates content display modes available in the Agenda View.

Declaration

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