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

In This Topic
    FormatItem Property (ListBoxTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.ListBox<T>.OnClientFormatItem client event. Occurs when an element representing a list item has been created.
    Syntax
    'Declaration
     
    Public Property FormatItem As String
    public string FormatItem {get; set;}
    Remarks
    This event can be used to format list items for display.
    See Also