Edit

Share via


Calendar.ShowDayHeader Property

Definition

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 Mobile Apps & Sites with ASP.NET.

public:
 property bool ShowDayHeader { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool ShowDayHeader { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ShowDayHeader : bool with get, set
Public Property ShowDayHeader As Boolean

Property Value

true if the names of the days of the week should be displayed in the calendar header; otherwise, false. The default is true.

Attributes

Remarks

This property has the same functionality as the Web Forms Calendar.ShowDayHeader property.

Applies to