FMX.ListView.TListView.HeaderAppearanceName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderAppearanceName: string read GetHeaderAppearanceName write SetHeaderAppearanceName stored False default 0;

C++

__property HeaderAppearanceName = {default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Name of the appearance of header list view items.

FMX.ListView.TListView.HeaderAppearanceName inherits from FMX.ListView.TAppearanceListView.HeaderAppearanceName. All content below this line refers to FMX.ListView.TAppearanceListView.HeaderAppearanceName.

Name of the appearance of header list view items.

Possible values are:

Item Description
Custom Custom appearance.
ListHeader Default appearance.

See Also