Hi,
I need to change the selected data template based on the state of the view model(the binding)
Here is my Xaml
(the content always point to "MainViewModel")
Thanks in advance
I need to change the selected data template based on the state of the view model(the binding)
Here is my Xaml
(the content always point to "MainViewModel")
<telerik:RadTransitionControl
Name="radTransitionControl1"
ContentTemplateSelector="{StaticResource pageTemplateSelector}"
Transition="{Binding Transition}"
Content="{Binding}">
</telerik:RadTransitionControl>
Thanks in advance