FMX.ListView.TAppearanceListView.FooterAppearanceName

From RAD Studio API Documentation
Jump to: navigation, search

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