MonthCalendar.ShowDaysButton

Syntax

ShowDaysButton: Boolean

Description

The ShowDaysButton property sets the visibility of the Days 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 ShowDaysButton property for the Days button not to be displayed:

ShowDaysButton : false

See also:

MonthCalendar