FMX.ListView.Appearances.TPublishedAppearance.FooterAppearance
Delphi
property FooterAppearance: string read GetFooterAppearance write SetFooterAppearance stored False;
C++
__property System::UnicodeString FooterAppearance = {read=GetFooterAppearance, write=SetFooterAppearance, stored=false};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TPublishedAppearance |
Description
String value that designates the footer appearance name.
- Note: This is a design-time property. At run time access TAppearanceListView.FooterAppearanceName instead.
Possible values are:
Item | Description |
---|---|
Custom | Custom appearance. |
ListHeader | Default appearance. |