TcxSchedulerAgendaViewDayHeaderOrientation Enum
In This Article
Enumerates day header orientations available in the Agenda View.
#Declaration
Delphi
TcxSchedulerAgendaViewDayHeaderOrientation = (
dhoHorizontal,
dhoVertical
);
#Members
Name |
---|
dho
|
dho
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
dho |
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. | ![]() |
dho |
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