ASP.NET Core MVC Controls | ComponentOne
In This Topic
    ShowMonthPicker Enum
    In This Topic
    File
    wijmo.input.js
    Module
    wijmo.input

    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.

    Members

    Name Value Description
    None 0

    No month navigation.

    FirstMonth 1

    Show month navigation elements on the first month.

    LastMonth 2

    Show month navigation elements on the last month.

    FirstAndLastMonths 3

    Show month navigation elements on the first and last months.

    AllMonths 4

    Show month navigation elements on all months.

    Outside 5

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