styling.
This commit is contained in:
Родитель
af78166be7
Коммит
f9c961e30e
|
@ -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}" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче