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

In This Topic
    FormatItem Property (CalendarTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Calendar.OnClientFormatItem client event. Occurs when an element representing a day in the calendar has been created.
    Syntax
    'Declaration
     
    Public Property FormatItem As String
    public string FormatItem {get; set;}
    See Also