Table of Contents
TodayButtonStyle Property

Gets or sets the style for the "Today" button. This is a dependency property.

Syntax
 public Style TodayButtonStyle { get; set; }
Remarks

By default, the Calendar displays "Today" button in the footer. Clicking the button select today in the Calendar.

See Also