FMX.ListView.TAppearanceListView.FooterAppearanceName
Delphi
property FooterAppearanceName: string read GetFooterAppearanceName write SetFooterAppearanceName stored False;
C++
__property System::UnicodeString FooterAppearanceName = {read=GetFooterAppearanceName, write=SetFooterAppearanceName, stored=false};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | protected | FMX.ListView.pas FMX.ListView.hpp | FMX.ListView | TAppearanceListView | 
Description
Name of the appearance of footer list view items.
Possible values are:
| Item | Description | 
|---|---|
| Custom | Custom appearance. | 
| ListHeader | Default appearance. | 
See Also
- FMX.ListView.TAppearanceListView.FooterAppearanceClassName
- FMX.ListView.TAppearanceListView.FooterHeight