Sets the background color for alternate rows.
void SetAlternateRowColors( uint nAlternateColor = -1 )
Example codes can be pasted to doExample() function in GridControl's examples to run
m_GridCtrl.SetAlternateRowColors(COLOR_GREEN);//SetAlternateRowColors() and ShowAlternateGroups() are mutex
GridControl.h