TcxSchedulerAgendaView.DayHeaderOrientation Property
In This Article
Specifies how day headers are aligned and positioned in the scheduling area.
#Declaration
Delphi
property DayHeaderOrientation: TcxSchedulerAgendaViewDayHeaderOrientation read; write; default dhoHorizontal;
#Property Value
Type | Default |
---|---|
Tcx |
dho |
#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