CalendarPicker.IsTodayHighlighted property

[This documentation is preliminary and is subject to change.]

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

Syntax

public bool IsTodayHighlighted { get; set; }
Public Property IsTodayHighlighted As Boolean
public:
property bool IsTodayHighlighted { 
   bool get();
   void set (bool value);
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

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

Remarks

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

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

CalendarPicker

CalendarView.IsTodayHighlighted