FMX.ListView.Appearances.TPublishedAppearance.ItemAppearance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemAppearance: string read GetItemAppearance write SetItemAppearance stored False;

C++

__property System::UnicodeString ItemAppearance = {read=GetItemAppearance, write=SetItemAppearance, stored=false};

Properties

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

Description

String that designates the item appearance name.

Note: This is a design-time property. At run time, access TAppearanceListView.ItemAppearanceName instead.

When your list view switches between display mode and edit mode, the item appearance switches between the appearance defined in the ItemAppearance property (display mode) and the appearance defined in the ItemEditAppearance property (edit mode). Items may display an animation as their appearance changes.

These are the possible values of ItemAppearance:

ItemAppearance ItemEditAppearance List Item Preview
Not Selected Selected
Custom Custom
DynamicAppearance DynamicAppearance
ImageListItem ImageListItemDelete
ImageListItemShowCheck
ItemAppearance-ImageListItem-NotSelected-Android.png
ItemAppearance-ImageListItem-NotSelected-iOS.png
ItemAppearance-ImageListItem-Selected-Android.png
ItemAppearance-ImageListItem-Selected-iOS.png
ImageListItemBottomDetail ImageListItemBottomDetailShowCheck ItemAppearance-ImageListItemBottomDetail-NotSelected-Android.png
ItemAppearance-ImageListItemBottomDetail-NotSelected-iOS.png
ItemAppearance-ImageListItemBottomDetail-Selected-Android.png
ItemAppearance-ImageListItemBottomDetail-Selected-iOS.png
ImageListItemBottomDetailRightButton ImageListItemBottomDetailRightButtonShowCheck ItemAppearance-ImageListItemBottomDetailRightButton-NotSelected-Android.png
ItemAppearance-ImageListItemBottomDetailRightButton-NotSelected-iOS.png
ItemAppearance-ImageListItemBottomDetailRightButton-Selected-Android.png
ItemAppearance-ImageListItemBottomDetailRightButton-Selected-iOS.png
ImageListItemRightButton ImageListItemRightButtonDelete
ImageListItemRightButtonShowCheck
ItemAppearance-ImageListItemRightButton-NotSelected-Android.png
ItemAppearance-ImageListItemRightButton-NotSelected-iOS.png
ItemAppearance-ImageListItemRightButton-Selected-Android.png
ItemAppearance-ImageListItemRightButton-Selected-iOS.png
ListItem ListItemDelete
ListItemShowCheck
ItemAppearance-ListItemDelete-NotSelected-Android.png
ItemAppearance-ListItemDelete-NotSelected-iOS.png
ItemAppearance-ListItemDelete-Selected-Android.png
ItemAppearance-ListItemDelete-Selected-iOS.png
ListItemRightDetail ListItemRightDetailDelete
ListItemRightDetailShowCheck
ItemAppearance-ListItemRightDetail-NotSelected-Android.png
ItemAppearance-ListItemRightDetail-NotSelected-iOS.png
ItemAppearance-ListItemRightDetail-Selected-Android.png
ItemAppearance-ListItemRightDetail-Selected-iOS.png

See Also

Code Examples