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

In This Topic
    FormatMonths Property (CalendarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Calendar.FormatMonths. Sets the format used to display the months in year view.
    Syntax
    'Declaration
     
    Public Property FormatMonths As String
    public string FormatMonths {get; set;}
    Remarks
    The default value for this property is 'MMM'.
    See Also