CalendarPicker.IsCalendarOpen property

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

Gets or sets a value that indicates whether the calendar view of the CalendarPicker is currently shown.

Syntax

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

Property value

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

true if the calendar view is shown; otherwise, false. The default is false.

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