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.v24.2.dll
Declaration
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