CalendarPicker.IsLabelVisible property

[This documentation is preliminary and is subject to change.]

Gets or sets a value that indicates whether the month name is shown with the first day of the month in the picker's CalendarView.

Syntax

public bool IsLabelVisible { get; set; }
Public Property IsLabelVisible As Boolean
public:
property bool IsLabelVisible { 
   bool get();
   void set (bool value);
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if the month name is shown with the first day of the month; otherwise, false. The default is true.

Remarks

This property affects the CalendarPicker's internal CalendarView. For more info, see CalendarView.IsLabelVisible.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

CalendarPicker

CalendarView.IsLabelVisible