I have a datatemplate with following code
<DataTemplate x:Key="TplFullImages"
DataType="{x:Type cControl:FullVisableImageControl}">
</DataTemplate>
cControl:FullVisableImageControl
is my usercontrol
However I still need the Usercontrol to have the parameters when it initializes. How can I achieve this and what other options do I have?