Posted 20 April 2018, 2:45 am EST
C1flexgrid | WinForm | C#
I want to change the highlight Style.
I use this code.
this.Styles.Highlight.BackColor = Color.Red;
this.Styles.Focus.BackColor = this.Styles.Highlight.BackColor;
But it’s only ‘Focus.BackColor’ work.
Doesn’t work ‘Highlight.BackColor’.
What’s wrong this code?