This commit is contained in:
Stefan Nenchev 2020-02-24 16:41:25 +02:00
Родитель af78166be7
Коммит f9c961e30e
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -416,7 +416,7 @@ namespace Telerik.UI.Xaml.Controls.Input
}
/// <summary>
/// Occurs when the <see cref="CalendarButton"/> is clicked.
/// Occurs when the CalendarButton is clicked.
/// </summary>
public event EventHandler<EventArgs> FooterButtonClicked;

Просмотреть файл

@ -275,11 +275,7 @@
</Style>
<Style TargetType="localCalendar:CalendarFooterControl" x:Key="CalendarFooterControlStyle">
<Setter Property="ButtonStyle">
<Setter.Value>
<Style BasedOn="{StaticResource CalendarFooterControlButtonStyle}" TargetType="Button"/>
</Setter.Value>
</Setter>
<Setter Property="ButtonStyle" Value="{StaticResource CalendarFooterControlButtonStyle}"/>
<Setter Property="MinHeight" Value="48"/>
<Setter Property="IsTabStop" Value="False" />
<Setter Property="Background" Value="{ThemeResource TelerikCalendarFooterControlBackgroundBrush}" />