Calendar.ShowDayHeader Property
.NET Framework 3.0
Gets or sets a value indicating whether the heading for the days of the week is displayed.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_ShowDayHeader () /** @property */ public void set_ShowDayHeader (boolean value)
public function get ShowDayHeader () : boolean public function set ShowDayHeader (value : boolean)
Not applicable.
Property Value
true if the heading for the days of the week is displayed; otherwise, false. The default is true.Use the ShowDayHeader property to specify whether the heading for the days of the week is displayed.
The appearance of the heading can be customized by using the DayHeaderStyle property.
| Topic | Location |
|---|---|
| How to: Customize Calendar Web Server Control Appearance | Building ASP .NET Web Applications |
| How to: Customize Calendar Web Server Control Appearance | Building ASP .NET Web Applications |
Community Additions
ADD
Show: