TcxSchedulerAgendaViewDayHeaderOrientation Enum
Enumerates day header orientations available in the Agenda View.
Declaration
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