WPF - How to properly reference a class from XAML
- by Andy T
OK, this is a super super noob question, one that I'm almost embarrassed to ask...
I want to reference a class in my XAML file. It's a DataTemplateSelector for selecting the right edit template for a DataGrid column.
Anyway, I've written the class into my code behind, added the local namespace to the top of top of the XAML, but when I try to…