New to Telerik UI for WinForms? Download free 30-day trial

Alternating Row Color

RadVirtualGrid supports an alternating row color. It can be enabled by simply setting the EnableAlternatingRowColor to true.

Fig.1 Alternating Row color

WinForms RadVirtualGrid Alternating Row color

this.radVirtualGrid1.EnableAlternatingRowColor = true;
this.radVirtualGrid1.TableElement.AlternatingRowColor = Color.LightBlue;

Me.RadVirtualGrid1.EnableAlternatingRowColor = True
Me.RadVirtualGrid1.TableElement.AlternatingRowColor = Color.LightBlue

See Also

In this article