FMX.ListView.Appearances.IPublishedAppearanceOwner.FooterAppearanceName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FooterAppearanceName: string read GetFooterAppearanceName write SetFooterAppearanceName;

C++

__property System::UnicodeString FooterAppearanceName = {read=GetFooterAppearanceName, write=SetFooterAppearanceName};

Properties

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

Description

Name of the appearance of footer list view items.

See Also