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

TcxSchedulerAgendaViewDayHeaderOrientation Enum

Enumerates day header orientations available in the Agenda View.

#Declaration

Delphi
TcxSchedulerAgendaViewDayHeaderOrientation = (
    dhoHorizontal,
    dhoVertical
);

#Members

Name
dhoHorizontal
dhoVertical

#Remarks

Options include:

Value Description Example
dhoHorizontal By default, day headers are positioned horizontally, delimiting user events scheduled on different days. All events scheduled for a single day are listed below the corresponding day header.
dhoVertical Day headers are positioned vertically at the left border of the scheduling area. A day header spans across all the user events scheduled for the corresponding day.

The TcxSchedulerAgendaViewDayHeaderOrientation type is referenced by the DayHeaderOrientation property provided by the TcxSchedulerAgendaView class.

See Also