[]
Specifies constants that define whether the control should display month navigation elements.
public enum ShowMonthPicker
| Name | Description |
|---|---|
| AllMonths | Show month navigation elements on all months. |
| FirstAndLastMonths | Show month navigation elements on the first and last months. |
| FirstMonth | Show month navigation elements on the first month. |
| LastMonth | Show month navigation elements on the last month. |
| None | No month navigation. |
| Outside | Show month navigation buttons next to the edges of the calendar. |