doubleCalendar

Calendar Properties for more information on user selection editing.

Specifies the calendar view type. The single-panel view shows one month or one year (depending on yearView setting), while the double-panel view shows two months or two years (depending on yearView setting).

Type

Boolean

true: double-panel calendar
false: one-panel calendar

Example

Calendar1.doubleCalendar = true;

Either syntax below can be used in component script:

doubleCalendar               // unqualified
Calendar1.doubleCalendar    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.