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

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