AlternatingRowColor
Specifies background color for alternating (even) rows.
pas
property AlternatingRowColor: TColor read GetAlternatingRowColor write SetAlternatingRowColor default clMoneyGreen;
Example
pas
NextGrid61.AppearanceOptions := NextGrid61.AppearanceOptions + [aoAlternatingRowColors]; NextGrid61.AlternatingRowColor := clMoneyGreen;
Remarks
This property require flag
aoAlternatingRowColors
to be set (True
) in AppearanceOptions
property. By default it is not set.
Requirements
NextGrid 6.1.0