MonthCalendar.ShowMonthsButton

Syntax

ShowMonthsButton: Boolean

Description

The ShowMonthsButton property sets the visibility of the Months 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 ShowMonthsButton property for the Quarters button to be displayed:

ShowMonthsButton: false

See also:

MonthCalendar