This question is locked. New answers and comments are not allowed.
Hello
I have tried set icon of radribbongroup directly by this code
I have tried set icon of radribbongroup directly by this code
<telerik:RadRibbonGroup Header="Záznam" Icon="/TelerikRibbonView;component/img/Add_36.png" >.
The icon has been set correctly. But if i usu this code
<Style TargetType="telerik:RadRibbonGroup" x:Key="styl"> <Setter Property="Icon" Value="/TelerikRibbonView;component/img/Add_36.png" /> </Style>
and<telerik:RadRibbonGroup Header="Záznam " Style="{StaticResource styl}" >no icon has been showed. What I am doing wrong? How to set icon of radribbongroup by style?