ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / CalendarTagHelper Class / MonthView Property

In This Topic
    MonthView Property (CalendarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Calendar.MonthView. Sets a value indicating whether the calendar displays a month or a year.
    Syntax
    'Declaration
     
    Public Property MonthView As Boolean
    public bool MonthView {get; set;}
    See Also