CalendarProperties.DayHeaderStyle Property
In This Article
Gets the style properties for the calendar’s section that displays the day of the week.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CalendarElementStyle DayHeaderStyle { get; }
#Property Value
Type | Description |
---|---|
Calendar |
A Calendar |
#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 Day
See Also