Hi
I need to set the background color programmatically of the first column (column with expander) of a SfTreeGrid
I've tried this code but it doesn't works:
MyColumn.CellStyle = new Style(typeof(TreeGridExpanderCell));
MyColumn.
CellStyle.Setters.Add(new Setter(TreeGridCell.BackgroundProperty, myColor));
Thanks in advance
Miky