Vcl.WinXCalendars.TCustomCalendarView.HeaderInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderInfo: TCalendarHeaderInfo read FHeaderInfo;

C++

__property TCalendarHeaderInfo* HeaderInfo = {read=FHeaderInfo};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarView

Description

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