Back to Devexpress

TcxSchedulerAgendaView.DayHeaderOrientation Property

vcl-cxscheduleragendaview-dot-tcxscheduleragendaview.md

latest1.3 KB
Original Source

TcxSchedulerAgendaView.DayHeaderOrientation Property

Specifies how day headers are aligned and positioned in the scheduling area.

Declaration

delphi
property DayHeaderOrientation: TcxSchedulerAgendaViewDayHeaderOrientation read; write; default dhoHorizontal;

Property Value

TypeDefault
TcxSchedulerAgendaViewDayHeaderOrientationdhoHorizontal

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

TcxSchedulerAgendaView Class

TcxSchedulerAgendaView Members

cxSchedulerAgendaView Unit