Folks,
I need to add a "tag" property to a programatically created WPF DataGridColumn
. I saw a nice example at Tag Property in WPF DataGrid Column.
However, this example is using the tag property in a statically defined xaml file. In my case, I need to do something similar dynamically. Can someone please tell me how I can achieve this?
Thank you in advance for your help.