This question is locked. New answers and comments are not allowed.
Hey,
i'm just wondering if it is possible to get the data object which represents a single row in the row detail. Im using a RowDetailsTemplate with just a custom UserControl like this:
If the detail view opens, I get a proper instance of the MyUserControl class. Can I access the original row data from e.g. the constructor?
Thanks for your help!
Jonas
i'm just wondering if it is possible to get the data object which represents a single row in the row detail. Im using a RowDetailsTemplate with just a custom UserControl like this:
<DataTemplate x:Key="myDataTemplate"> <myControls:MyUserControl></myControls:MyUserControl></DataTemplate>If the detail view opens, I get a proper instance of the MyUserControl class. Can I access the original row data from e.g. the constructor?
Thanks for your help!
Jonas
