FMX.ListView.TAppearanceListView.HeaderAppearanceName
Delphi
property HeaderAppearanceName: string read GetHeaderAppearanceName write SetHeaderAppearanceName stored False;
C++
__property System::UnicodeString HeaderAppearanceName = {read=GetHeaderAppearanceName, write=SetHeaderAppearanceName, 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 header list view items.
Possible values are:
| Item | Description | 
|---|---|
| Custom | Custom appearance. | 
| ListHeader | Default appearance. | 
See Also
- FMX.ListView.TAppearanceListView.HeaderAppearanceClassName
 - FMX.ListView.TAppearanceListView.HeaderHeight