Vcl.WinXCalendars.TCalendarPicker.CalendarHeaderInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CalendarHeaderInfo: TCalendarHeaderInfo read GetCalendarHeaderInfo;

C++

__property CalendarHeaderInfo;

Properties

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

Description

Specifies the look of the calendar header.

Vcl.WinXCalendars.TCalendarPicker.CalendarHeaderInfo inherits from Vcl.WinXCalendars.TCustomCalendarPicker.CalendarHeaderInfo. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarPicker.CalendarHeaderInfo.

Specifies the look of the calendar header.

Use the CalendarHeaderInfo property to specify the look of the calendar header.
It contains the following elements:

  • FontColor
  • HighLightFontColor
  • StyleElements
  • Tag

See Also