Calendar::ShowDayHeader Property
.NET Framework (current version)
Gets or sets a value that determines whether the control displays the names of the days of the week in the calendar header. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] property bool ShowDayHeader { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the names of the days of the week should be displayed in the calendar header; otherwise, false. The default is true.
This property has the same functionality as the Web Forms Calendar::ShowDayHeader property.
.NET Framework
Available since 1.1
Available since 1.1
Calendar Class
System.Web.UI.MobileControls Namespace
ASP.NET Web Sites for Mobile Devices
ASP.NET Mobile Web Pages
Show: