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

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