CalendarDatePicker.IsTodayHighlighted Propiedad

Definición

Obtiene o establece un valor que indica si la fecha actual está resaltada en calendarView del selector.

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" .../>

Valor de propiedad

Boolean

bool

true si la fecha actual está resaltada; de lo contrario, false. El valor predeterminado es true.

Comentarios

Esta propiedad afecta al CalendarDatePicker interno de CalendarView. Para obtener más información, consulta CalendarView.IsTodayHighlighted.

Se aplica a

Consulte también