New to Telerik UI for WinFormsStart a free 30-day trial

Alternating Row Color

Updated over 1 year ago

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

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

See Also

In this article
See Also
Not finding the help you need?
Contact Support