AgendaViewStyles.VerticalDateHeader Property
Gets the style settings defining the appearance of the date header.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public AgendaVerticalDateHeaderStyles VerticalDateHeader { get; }
Public ReadOnly Property VerticalDateHeader As AgendaVerticalDateHeaderStyles
Property Value
Type | Description |
---|---|
AgendaVerticalDateHeaderStyles | An AgendaVerticalDateHeaderStyles object that contains style settings defining the appearance of the date header. |
Available values:
Name | Description |
---|---|
MonthOfYearCell | Gets the style settings defining the appearance of a month of the year cell. |
DayOfWeekCell | Gets the style settings defining the appearance of a day of the week cell. |
DayCell | Gets the style settings defining the appearance of a day cell. |
DateCell | Gets the style settings defining the appearance of a date cell. |
AgendaVerticalDateHeaderStyles(ISkinOwner) | Initializes a new instance of the AgendaVerticalDateHeaderStyles class with the specified owner. |
See Also
Feedback