or
<t:Paragraph> <custom1:SemanticRangeStart AnnotationID="1" Name="SemanticRange 0" /> <t:Span FontFamily="Segoe UI" FontSize="14" FontStyle="Normal" FontWeight="Normal" Text="Appliances: " /> <custom1:SemanticRangeEnd AnnotationID="1" /> <custom1:SemanticRangeStart AnnotationID="2" Name="SemanticRange 1" /> <t:Span FontFamily="Segoe UI" FontSize="14" FontStyle="Normal" FontWeight="Normal" Text="Dishwasher" /> <custom1:SemanticRangeEnd AnnotationID="2" /></t:Paragraph>void RadSchedViewLoaded(object sender, RoutedEventArgs e){ var scheduleViewModel = DataContext as ScheduleViewModel; if (scheduleViewModel != null) { scheduleViewModel.RefeshAppointmentSettings(); var groupDescriptionsSource = _radSchedView.GroupDescriptionsSource; _radSchedView.ClearValue(RadScheduleView.GroupDescriptionsSourceProperty); _radSchedView.SetValue(RadScheduleView.GroupDescriptionsSourceProperty, groupDescriptionsSource); }}