FMX.ListView.TAppearanceListView.FooterAppearanceName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property FooterAppearanceName: string read GetFooterAppearanceName write SetFooterAppearanceName stored False;

C++

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

プロパティ

種類 可視性 ソース ユニット
property protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAppearanceListView


説明

リスト ビューのフッター項目の外観の名前

取り得る値は以下のとおりです。

項目 説明
Custom カスタマイズされた外観
ListHeader デフォルトの外観

関連項目