This question is locked. New answers and comments are not allowed.
Hello all,
I'm trying to set the background of an RadComboBoxItem dynamically in code according to certain rules.
I've tried following code, but that doesn't work:
comboboxItem.Background = new SolidColorBrush(Colors.Red);
Could someone please help me on this one?
Thanx in advance,
Pieter Jan
I'm trying to set the background of an RadComboBoxItem dynamically in code according to certain rules.
I've tried following code, but that doesn't work:
comboboxItem.Background = new SolidColorBrush(Colors.Red);
Could someone please help me on this one?
Thanx in advance,
Pieter Jan