CalendarDatePicker.IsCalendarOpen Property

Definition

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.

Applies to