Skip to main content

AgendaDayHeaderOrientation Enum

Lists values that specify the direction in which a day header is arranged in the Agenda View.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public enum AgendaDayHeaderOrientation

Members

Name Description
Vertical

A day header is located vertically.

Horizontal

A day header is located horizontally.

Auto

A day header orientation is changed automatically.

Related API Members

The following properties accept/return AgendaDayHeaderOrientation values:

Remarks

The AgendaDayHeaderOrientation enumeration’s values are used to set the AgendaView.DayHeaderOrientation property.

See Also