This question is locked. New answers and comments are not allowed.
This is a part of my code :
<Style TargetType="telerik:RadButton" BasedOn="{StaticResource RadButtonStyle}">
<Setter Property="BorderBrush" Value="{x:Null}" />
<Setter Property="Margin" Value="3" />
</Style>
I am getting this error when I run the application.
Cannot find a Resource with the Name/Key RadButtonStyle [Line: 40 Position: 55]
How can I solve this error?
<Style TargetType="telerik:RadButton" BasedOn="{StaticResource RadButtonStyle}">
<Setter Property="BorderBrush" Value="{x:Null}" />
<Setter Property="Margin" Value="3" />
</Style>
I am getting this error when I run the application.
Cannot find a Resource with the Name/Key RadButtonStyle [Line: 40 Position: 55]
How can I solve this error?