dropdown

Calendar Properties for more information on user selection editing.

Specifies a collapsible style for the calendar.

Type

Boolean

true: collapse calendar when not in use
false: do not collapse calendar (default)

Example

Calendar1.dropdown = true;

Either syntax below can be used in component script:

dropdown               // unqualified
Calendar1.dropdown    // qualified

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