Back to Devexpress

AgendaView.DayHeaderOrientation Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-agendaview-13cbaf05.md

latest1.7 KB
Original Source

AgendaView.DayHeaderOrientation Property

Gets or sets a value that specifies a day header orientation in Agenda View.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
[DefaultValue(AgendaDayHeaderOrientation.Auto)]
public AgendaDayHeaderOrientation DayHeaderOrientation { get; set; }
vb
<DefaultValue(AgendaDayHeaderOrientation.Auto)>
Public Property DayHeaderOrientation As AgendaDayHeaderOrientation

Property Value

TypeDefaultDescription
AgendaDayHeaderOrientationAuto

One of the AgendaDayHeaderOrientation values.

|

Available values:

NameDescription
Vertical

A day header is located vertically.

| | Horizontal |

A day header is located horizontally.

| | Auto |

A day header orientation is changed automatically.

|

See Also

AgendaView Class

AgendaView Members

DevExpress.Web.ASPxScheduler Namespace