Vcl.WinXCalendars.TCustomCalendarPicker.NumberOfWeeksInView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NumberOfWeeksInView: TItemsInRow read GetNumberOfWeeksInView write SetNumberOfWeeksInView;

C++

__property TItemsInRow NumberOfWeeksInView = {read=GetNumberOfWeeksInView, write=SetNumberOfWeeksInView, nodefault};

Properties

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

Description

Specifies the number of weeks displayed in the month view.

See Also