FMX.ListView.TAppearanceListView.FooterAppearanceClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FooterAppearanceClassName: string read GetFooterAppearanceClassName write SetFooterAppearanceClassName;

C++

__property System::UnicodeString FooterAppearanceClassName = {read=GetFooterAppearanceClassName, write=SetFooterAppearanceClassName};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAppearanceListView

Description

Name of the appearance class of footer list view items.

See Also