FMX.ListView.TAppearanceListView.ItemAppearanceName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemAppearanceName: string read GetItemAppearanceName write SetItemAppearanceName stored False;

C++

__property System::UnicodeString ItemAppearanceName = {read=GetItemAppearanceName, write=SetItemAppearanceName, stored=false};

Properties

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

Description

Name of the appearance of regular list view items.

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

Possible values are:

ItemAppearanceName ItemEditAppearanceName List Item Preview
Not Selected Selected
Custom Custom
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