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.v24.2.dll
Declaration
[DefaultValue(AgendaDayHeaderOrientation.Auto)]
public AgendaDayHeaderOrientation DayHeaderOrientation { get; set; }
Property Value
Type | Default | Description |
---|---|---|
AgendaDayHeaderOrientation | Auto | One of the AgendaDayHeaderOrientation values. |
Available values:
Name | Description |
---|---|
Vertical | A day header is located vertically. |
Horizontal | A day header is located horizontally. |
Auto | A day header orientation is changed automatically. |
See Also