FMX.Calendar.Style.TStyledCalendar.Week

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Week: TGridLayout read FWeek;

C++

__property Fmx::Layouts::TGridLayout* Week = {read=FWeek};

Properties

Type Visibility Source Unit Parent
property public
FMX.Calendar.Style.pas
FMX.Calendar.Style.hpp
FMX.Calendar.Style TStyledCalendar

Description

Grid layout of this calendar styled presentation that shows the names of the week days of the calendar.

If the calendar styled presentation does not support this control, Week is nil.

See Also