property Calendar.ShowTodayButton as Boolean
Retrieves or sets a value that indicates whether the today button is visible or hidden, in the calendar panel.

TypeDescription
Boolean A Boolean expression that specifies whether the Today button is visible or hidden, in the calendar panel.
By default, the ShowTodayButton property is True. Use the ShowTodayButton property to hide the Today button. The TodayCaption property indicates the caption to be displayed on the Today's button. The ShowYearScroll property indicates whether the calendar panel displays an horizontal scroll bar to allow the user to change the calendar's year. The Background(exCalendarTodayForeColor)  property indicates the Today's button foreground color.