This topic has not yet been rated - Rate this topic

DatePicker.IsTodayHighlighted Property

Gets or sets a value that indicates whether the current date will be highlighted.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls (in System.Windows.Controls.dll)
public bool IsTodayHighlighted { get; set; }
<sdk:DatePicker IsTodayHighlighted="bool"/>

Property Value

Type: System.Boolean
true if the current date is highlighted; otherwise, false. The default is true.

Dependency property identifier field: IsTodayHighlightedProperty

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.