FMX.ListView.TListView.FooterAppearanceName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FooterAppearanceName: string read GetFooterAppearanceName write SetFooterAppearanceName stored False default 0;

C++

__property FooterAppearanceName = {default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Name of the appearance of footer list view items.

FMX.ListView.TListView.FooterAppearanceName inherits from FMX.ListView.TAppearanceListView.FooterAppearanceName. All content below this line refers to FMX.ListView.TAppearanceListView.FooterAppearanceName.

Name of the appearance of footer list view items.

Possible values are:

Item Description
Custom Custom appearance.
ListHeader Default appearance.

See Also