Vcl.WinXCalendars.TCalendarView.HeaderInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderInfo;

C++

__property HeaderInfo;

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarView

Description

Specifies the look of the TCalendarView header.

Vcl.WinXCalendars.TCalendarView.HeaderInfo inherits from Vcl.WinXCalendars.TCustomCalendarView.HeaderInfo. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarView.HeaderInfo.

Specifies the look of the TCalendarView header.

Use the HeaderInfo property to change the look of the TCalendarView header.

HeaderInfo lets you specify the following:

  • Font color
  • Highlight color
  • Font for the names of the days of week
  • Header font

See Also