Skip to main content
A newer version of this page is available. .
Tab

CalendarProperties.DayHeaderStyle Property

Gets the style properties for the calendar’s section that displays the day of the week.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CalendarElementStyle DayHeaderStyle { get; }

Property Value

Type Description
CalendarElementStyle

A CalendarElementStyle object defining the day of the week header’s appearance.

Remarks

Use the DayHeaderStyle property to access style settings that define the appearance of a header section containing week day names. Note that if the ASPxCalendar.ShowDayHeaders property is set to false, the day of the week header is not displayed and so the DayHeaderStyle property is not in effect.

Note

The DayHeaderStyle property synchronizes its value with the editor’s ASPxCalendar.DayHeaderStyle property.

See Also