CalendarDatePicker.IsTodayHighlighted Property

Definition

Gets or sets a value that indicates whether the current date is highlighted in the picker's CalendarView.

C#
public bool IsTodayHighlighted { get; set; }
XAML
<CalendarDatePicker IsTodayHighlighted="bool" .../>

Property Value

Boolean

true if the current date is highlighted; otherwise, false. The default is true.

Remarks

This property affects the CalendarDatePicker's internal CalendarView. For more info, see CalendarView.IsTodayHighlighted.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also