Vcl.ComCtrls.THeaderControl.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style default hsButtons;

C++

__property Style = {default=0};

Properties

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

Description

Specifies the header control's style.

Vcl.ComCtrls.THeaderControl.Style inherits from Vcl.ComCtrls.TCustomHeaderControl.Style. All content below this line refers to Vcl.ComCtrls.TCustomHeaderControl.Style.

Specifies the header control's style.

Use Style to determine the appearance of the header sections.

Style is of type THeaderStyle.

See Also