Vcl.ComCtrls.TCustomHeaderControl.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: THeaderStyle read FStyle write SetStyle;

C++

__property THeaderStyle Style = {read=FStyle, write=SetStyle, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Description

Specifies the header control's style.

Use Style to determine the appearance of the header sections.

Style is of type THeaderStyle.

See Also