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

In This Topic
    MonthView Property (Calendar)
    In This Topic
    Gets or 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