I am using TElerik office blue theme.I need to change the radRibbonGroup Tray font color.For achieving this which property of Telerik.Windows.Controls.RibbonView.xaml need to change.Please find the attachment.
Thanks in advance....
Arun
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 13 Oct 2014, 01:54 PM
Hello Arun,
In order to change the Foreground of a RadRibbonGroup's Header you can define a HeaderTemplate for the group. The following snippet demonstrates this approach:
<telerik:RadRibbonGroup.HeaderTemplate>
<DataTemplate>
<TextBlock Text="{Binding}" Foreground="Red"/>
</DataTemplate>
</telerik:RadRibbonGroup.HeaderTemplate>
Please let me know if this helps.
Regards,
Martin
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.