Developer

AlternatingRowColor

Gets or sets the background TColor for use on alternating (even) rows.

property AlternatingRowColor: TColor read GetAlternatingRowColor write SetAlternatingRowColor default clMoneyGreen;

Example


NextGrid61.AppearanceOptions := NextGrid61.AppearanceOptions + [aoAlternatingRowColors]; NextGrid61.AlternatingRowColor := clMoneyGreen;

Remarks


This property require flag aoAlternatingRowColors to be set (True) in AppearanceOptions property. By default is not set.

Requirements


NextGrid 6.1.0

See also