I've got a RadDatePicker, and I'd like to be able to set the font of the days within the calendar, but can't find an obvious way of doing so.
Here's some code I tried:
How can I accomplish this?
Here's some code I tried:
<telerik:RadDatePicker Grid.Row="4" Grid.Column="1" Name="DatePlanned" |
SelectedDate="{Binding SelectedDatePlanned, Mode=TwoWay}" > |
<telerik:RadDatePicker.MonthViewStyle> |
<Style> |
<Setter Property="Control.FontSize" Value="16" /> |
</Style> |
</telerik:RadDatePicker.MonthViewStyle> |
</telerik:RadDatePicker> |
How can I accomplish this?