Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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