This is a migrated thread and some comments may be shown as answers.

RadRibbon Group Tray font color change

1 Answer 103 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Arun
Top achievements
Rank 1
Arun asked on 09 Oct 2014, 06:06 AM
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

Sort by
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.

 
Tags
RibbonView and RibbonWindow
Asked by
Arun
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or