MonthCalendar.ShowWeeksButton

Syntax

ShowWeeksButton: Boolean

Description

The ShowWeeksButton property sets the visibility of the Weeks button.

Comments

By default the property is set to True that is the button is displayed.

Example

To execute the example, create the MonthCalendar component (see Example of Creating the MonthCalendar Component). Use the ShowWeeksButton property in the component for Weeks button not to be displayed:

ShowWeeksButton: false

See also:

MonthCalendar