Vcl.WinXCalendars.TCustomCalendarView.ShowFirstOfGroupLabel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowFirstOfGroupLabel: Boolean read FShowFirstOfGroupLabel write SetShowFirstOfGroupLabel default False;

C++

__property bool ShowFirstOfGroupLabel = {read=FShowFirstOfGroupLabel, write=SetShowFirstOfGroupLabel, default=0};

Properties

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

Description

Indicates whether the label of the first element in the group is visible.

See Also