MonthCalendar.ShowNowButton

Syntax

ShowNowButton: Boolean

Description

The ShowNowButton property sets the visibility of the Today 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 ShowNowButton property in the component for the Today button to be displayed.

ShowNowButton: false

See also:

MonthCalendar