CalendarDayButton.IsSelected Propriété
Définition
Obtient une valeur indiquant si la date représentée par ce bouton est sélectionnée.Gets a value that indicates whether the date represented by this button is selected.
public:
property bool IsSelected { bool get(); };
public bool IsSelected { get; }
member this.IsSelected : bool
Public ReadOnly Property IsSelected As Boolean
Valeur de propriété
true
si la date est sélectionnée ; sinon, false
.true
if the date is selected; otherwise, false
.