FMX.ListView.TAppearanceListView.HeaderAppearanceName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderAppearanceName: string read GetHeaderAppearanceName write SetHeaderAppearanceName stored False;

C++

__property System::UnicodeString HeaderAppearanceName = {read=GetHeaderAppearanceName, write=SetHeaderAppearanceName, 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 header list view items.

Possible values are:

Item Description
Custom Custom appearance.
ListHeader Default appearance.

See Also