[]
Gets or sets the CalendarDayButtonStyleSelector, use it to change appearance of CalendarDayButton according to condition. This is a dependency property.
[TypeConverter(typeof(TypeConverter))]
public CalendarDayButtonStyleSelector CalendarDayButtonStyleSelector { get; set; }
<TypeConverter(GetType(TypeConverter))>
Public Property CalendarDayButtonStyleSelector As CalendarDayButtonStyleSelector
CalendarDayButtonStyleSelector is a simple implementation from bass class, to provide simple way to change appearance(some properties) of CalendarDayButton according to some pre-defined conditions. If this interface can't satisfy user's complex requirement, user is able to use template customization to instead.
The following xaml demonstrates how to change appearance of WeekTitle and CalendarDayButton through WeekTitleStyleSelector and CalendarDayButtonStyleSelector in xaml.