property CalendarCombo.ShowMonthSelector as Boolean
Retrieves or sets a value that indicates whether the user is able to select a new month by clicking in the month header.

TypeDescription
Boolean A boolean expression that indicates whether the user is able to select a new month by clicking in the month header.
By default, the ShowMonthSelector property is True. Use the ShowYearSelector property to specify whether the selector for years are visible or hidden. The control DateChanging event when a selector is clicked.

The following screen shot shows the selectors ( by default, the left and right selectors changes the year to previous or next year, while the up and down arrow changes the current month to previous or next. Clicking the month on the header, makes the control to display a list of month to select from, ShowMonthSelector(True), ShowYearSelector(True) )

The following screen shot shows the month selector once the user clicks the month header ( by default, the left and right selectors changes the year to previous or next year, while the up and down arrow changes the current month to previous or next. Clicking the month on the header, makes the control to display a list of month to select from, ShowMonthSelector(True), ShowYearSelector(True) )

The following screen shot shows the selectors ( the left and right selectors changes the current month to previous or next. no month selector is displayed when the user clicks the month header, ShowMonthSelector(False), ShowYearSelector(True) )