Back to Devexpress

TcxSchedulerAgendaViewDayHeaderOrientation Enum

vcl-cxscheduleragendaview-095fe439.md

latest1.5 KB
Original Source

TcxSchedulerAgendaViewDayHeaderOrientation Enum

Enumerates day header orientations available in the Agenda View.

Declaration

delphi
TcxSchedulerAgendaViewDayHeaderOrientation = (
    dhoHorizontal,
    dhoVertical
);

Members

Name
dhoHorizontal
dhoVertical

Remarks

Options include:

ValueDescriptionExample
dhoHorizontalBy 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.
dhoVerticalDay 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

cxSchedulerAgendaView Unit