Vcl.WinXCalendars.TCustomCalendarView.ShowDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowDayOfWeek: Boolean read GetShowDayOfWeek write SetShowDayOfWeek default True;

C++

__property bool ShowDayOfWeek = {read=GetShowDayOfWeek, write=SetShowDayOfWeek, default=1};

Properties

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

Description

Indicates whether the abbreviations for the names of the days of the week are visible on TCalendarView.

See Also