FMX.ListView.TAppearanceListView.ItemAppearanceClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemAppearanceClassName: string read GetItemObjectsClassName write SetItemObjectsClassName;

C++

__property System::UnicodeString ItemAppearanceClassName = {read=GetItemObjectsClassName, write=SetItemObjectsClassName};

Properties

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

Description

Name of the appearance class of regular list view items.

See Also