CalendarDatePicker.IsCalendarOpen Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si l’affichage calendrier du CalendarDatePicker est actuellement affiché.
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" .../>
Valeur de propriété
Boolean
bool
true si l’affichage calendrier s’affiche ; sinon, false. La valeur par défaut est false.