or
<ComboBox x:Name="cmbMajorProbByInterviewer" VerticalAlignment="Top" ItemsSource="{Binding Source={StaticResource aSICodesSubstanceTypeViewSource2}}" DisplayMemberPath="SubstanceDesc" SelectedValue="{Binding MajorProblemByInterviewer}" SelectedValuePath="SubstanceType" Grid.Column="3" /><telerik:RadTabControl> <telerik:RadTabControl.ContentTemplate> <DataTemplate> <ContentControl Content="{Binding}" TextBlock.Foreground="Black" /> </DataTemplate> </telerik:RadTabControl.ContentTemplate></telerik:RadTabControl>