Prop Webcontrol Calendar Dayheaderstyle
# ASP.NET Calendar DayHeaderStyle Property
* * Calendar Control](#)
* * *
## Definition and Usage
The DayHeaderStyle property is used to set or return the style for the day-of-the-week headers in a calendar.
## Syntax
or
| Property | Description |
| --- | --- |
| style | Specifies the style to set. See the (#) for possible styles and their values. |
| value | Specifies the value for the specified style. |
* * *
## Example 1
The following example shows one way to set the DayHeaderStyle in a calendar:
[Demo Example Β»](#)
* * *
## Example 2
The following example shows another way to set the DayHeaderStyle in a calendar:
* * *
## Try it - Demo
[Set the DayHeaderStyle of a Calendar Control (with declaration and script)](#)
* * Calendar Control](#)
YouTip