This question is locked. New answers and comments are not allowed.
I am trying to create a custom header for a RadPane which is being created programmatically using a DataTemplate and a custom object that the template binds to. In my experience with other HeaderedContentControls, I was able to set the Header property to my object and the HeaderTemplate property to my template, and get the desired results. However, everything I have tried using Header/HeaderTemplate has given me as my header "MyNamespace.MyObject" as a string, while trying to use Title/TitleTemplate gives me nothing. How am I supposed to have more than plain text in the headers of my panes?