FMX.Grid.Style.TStyledGrid.AlternatingBackgroundColor
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.