TcxSchedulerAgendaView.DayHeaderOrientation Property
Specifies how day headers are aligned and positioned in the scheduling area.
Declaration
property DayHeaderOrientation: TcxSchedulerAgendaViewDayHeaderOrientation read; write; default dhoHorizontal;
Property Value
Type | Default |
---|---|
TcxSchedulerAgendaViewDayHeaderOrientation | dhoHorizontal |
Remarks
Use this property to change the Agenda View’s layout, i.e., how day headers are positioned in relation to user events:
For detailed information on available options, refer to the TcxSchedulerAgendaViewDayHeaderOrientation type description.
The default value of the DayHeaderOrientation property is dhoHorizontal.
See Also