DatePicker.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.
public:
property bool IsTodayHighlighted { bool get(); void set(bool value); };
public bool IsTodayHighlighted { get; set; }
member this.IsTodayHighlighted : bool with get, set
Public Property IsTodayHighlighted As Boolean
Valeur de propriété
true
si la date actuelle est mise en surbrillance ; sinon, false
. La valeur par défaut est true
.
Exemples
L’exemple suivant crée un DatePicker élément qui ne met pas en surbrillance la date actuelle.
<DatePicker IsDropDownOpen="True"
IsTodayHighlighted="False"
DisplayDate="7/7/09"/>
Remarques
Cette propriété affecte le Calendar DatePicker. Pour plus d'informations, consultez la propriété Calendar.IsTodayHighlighted.
Informations sur les propriétés de dépendance
Champ d’identificateur | IsTodayHighlightedProperty |
Propriétés de métadonnées définies sur true |
Aucun |
Utilisation d'attributs XAML
<DatePicker IsTodayHighlighted="bool"/>