FMX.ListView.TListView.FooterAppearanceClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FooterAppearanceClassName: string read GetFooterAppearanceClassName write SetFooterAppearanceClassName default 0;

C++

__property FooterAppearanceClassName = {default=0};

Properties

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

Description

Name of the appearance class of footer list view items.

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

Name of the appearance class of footer list view items.

See Also