Calendar::ShowDayHeader Property

 

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.

Namespace:   System.Web.UI.MobileControls
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::Boolean

true 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.

The following code example demonstrates how to use the ShowDayHeader property to show the headers for the days. This example is part of a larger code sample for the Calendar overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: