I need to change the color of the header for each column based on a value that is stored in my model. I attempted to inherit KanbanColumn and create a new model with the color property in it, but when I bound it the converter would always return a KanbanColumn. Any suggestions?