Share via


Calendar.ShowDayHeader 속성

정의

컨트롤의 달력 머리글에 요일 이름이 표시되는지 여부를 결정하는 값을 가져오거나 설정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

속성 값

달력 머리글에 요일 이름이 표시되면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

예제

다음 코드 예제를 사용 ShowDayHeader 하는 방법에 설명 합니다 날짜에 대 한 헤더를 표시 하는 속성입니다. 이 예제는 개요에 대한 더 큰 코드 샘플의 Calendar 일부입니다.

// Display the day header
Calendar1.ShowDayHeader = true;
' Display the day header
Calendar1.ShowDayHeader = True

설명

이 속성에는 Web Forms Calendar.ShowDayHeader 속성과 동일한 기능이 있습니다.

적용 대상

추가 정보