or

<Style x:Key="AlternateRowStyle" TargetType="{x:Type telerikGridView:GridViewRow}"> <Setter Property="Background" Value="Red" /> <Setter Property="BorderBrush" Value="#D4D6D6" /> </Style> <Style TargetType="{x:Type framework:RTPOGridView}"> <Setter Property="AlternateRowStyle" Value="{DynamicResource AlternateRowStyle}"/> <Setter Property="Background" Value="Blue" /> </Style>