Back to Devexpress

TcxSchedulerAgendaViewDisplayMode Enum

vcl-cxscheduleragendaview-86d9840f.md

latest1.7 KB
Original Source

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:

ValueDescriptionExample
avmAllDaysAll days are consecutively listed in the scheduling area. You can scroll the days infinitely in both directions.
avmSelectedDaysThe 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.
avmSelectedNonEmptyDaysThe 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

cxSchedulerAgendaView Unit