[]
        
(Showing Draft Content)

ShowMonthPicker Enumeration

ShowMonthPicker Enumeration

Specifies constants that define whether the control should display month navigation elements.

The month navigation elements include a drop-down button to switch between month and year views (see the monthView property) and buttons to navigate to the previous and next months (see the displayMonth property).

The month navigation elements can be displayed on one or more of the monthCount in the control.

Enumeration members

AllMonths

AllMonths: = 4

Show month navigation elements on all months.

FirstAndLastMonths

FirstAndLastMonths: = 3

Show month navigation elements on the first and last months.

FirstMonth

FirstMonth: = 1

Show month navigation elements on the first month.

LastMonth

LastMonth: = 2

Show month navigation elements on the last month.

None

None: = 0

No month navigation.

Outside

Outside: = 5

Show month navigation buttons next to the edges of the calendar.