I'm trying to build a DataGrid layout where the first column's name will be dinamically changed. How can I do, into DataGridTextColumn's Header property, to change that? I've saw some examples than the Header property is connected into a StaticResource, but a StaticResource is a fixed value, and that's doesn't work for me, once what I need is several values. Example:
Remembering, this is one of several examples than i would need to change. Thanks.