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

In This Topic
    DisplayMonth Property (CalendarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Calendar.DisplayMonth. Sets the month displayed in the calendar.
    Syntax
    'Declaration
     
    Public Property DisplayMonth As Date
    public DateTime DisplayMonth {get; set;}
    See Also