FMX.TreeView.TCustomTreeView.AlternatingRowBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlternatingRowBackground: Boolean read FAlternatingRowBackground write SetAlternatingRowBackground;

C++

__property bool AlternatingRowBackground = {read=FAlternatingRowBackground, write=SetAlternatingRowBackground, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

Specifies whether the rows in this tree view are drawn in alternating colors.

Set AlternatingRowBackground to determine the way the background of the rows in this tree view is drawn. If you set AlternatingRowBackground to True, then the rows will be drawn with alternating background colors, otherwise they will be drawn using the same color.

Tip: The style applied to this tree view component defines the alternating colors.

See Also