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

In This Topic
    DisplayMonthChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.Calendar.OnClientDisplayMonthChanged client event. Occurs after the DisplayMonth property changes.
    Syntax
    'Declaration
     
    Public Property DisplayMonthChanged As String
    public string DisplayMonthChanged {get; set;}
    See Also