I\'m still fighting with manipulation of cell backgrounds so I\'m asking a new question.
A user "H.B." wrote that I can actually set the cell style during t
I am not sure whether this property (Cell.Style) is available in your WPF Datagrid. Probably some alternative exists in your case. It has worked for WinForms datagrid.
cell.Style.BackColor = System.Drawing.Color.Black;