CalendarDatePicker.IsCalendarOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the calendar view of the CalendarDatePicker is currently shown.
public:
property bool IsCalendarOpen { bool get(); void set(bool value); };
bool IsCalendarOpen();
void IsCalendarOpen(bool value);
public bool IsCalendarOpen { get; set; }
var boolean = calendarDatePicker.isCalendarOpen;
calendarDatePicker.isCalendarOpen = boolean;
Public Property IsCalendarOpen As Boolean
<CalendarDatePicker IsCalendarOpen="bool" .../>
Property Value
Boolean
bool
true if the calendar view is shown; otherwise, false. The default is false.