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

In This Topic
    FormatItem Property (InputTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.ComboBoxBase<T>.OnClientFormatItem client event. Event that fires when items in the drop-down list are created.
    Syntax
    'Declaration
     
    Public Property FormatItem As String
    public string FormatItem {get; set;}
    See Also