CalendarDatePicker.IsTodayHighlighted 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 la date actuelle est mise en surbrillance dans le CalendarView du sélecteur.
public:
property bool IsTodayHighlighted { bool get(); void set(bool value); };
bool IsTodayHighlighted();
void IsTodayHighlighted(bool value);
public bool IsTodayHighlighted { get; set; }
var boolean = calendarDatePicker.isTodayHighlighted;
calendarDatePicker.isTodayHighlighted = boolean;
Public Property IsTodayHighlighted As Boolean
<CalendarDatePicker IsTodayHighlighted="bool" .../>
Valeur de propriété
bool
true si la date actuelle est mise en surbrillance ; sinon, false. La valeur par défaut est true.
Remarques
Cette propriété affecte le CalendarView interne de CalendarDatePicker. Pour plus d’informations, consultez CalendarView.IsTodayHighlighted.