FMX.Grid.Style.TStyledGrid.AlternatingBackgroundColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

AlternatingBackgroundColor: TAlphaColor = $20000000;

C++

static System::Uitypes::TAlphaColor AlternatingBackgroundColor;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid


Beschreibung

Hintergrundfarbe für ungerade Zeilen, wenn Model.Options die Option TGridOption.AlternatingRowBackground enthält.

Siehe auch