Prop Webcontrol Calendar Showdayheader
# ASP.NET Calendar ShowDayHeader Property
* * Calendar Control](#)
* * *
## Definition and Usage
The ShowDayHeader property specifies whether to display the names of the days of the week in the calendar.
By default, this property is set to TRUE, meaning the names of the days of the week are displayed. To remove the names of the days of the week, this property must be set to FALSE.
## Syntax
_
* * *
## Example
The following example sets ShowDayHeader to FALSE:
[Demo Example Β»](#)
* * Calendar Control](#)
YouTip