[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ListBoxBuilder-1.OnClientFormatItem

OnClientFormatItem Method

OnClientFormatItem(string)

Configurates the OnClientFormatItem client event. Occurs when an element representing a list item has been created.

Declaration
public ListBoxBuilder<T> OnClientFormatItem(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
ListBoxBuilder<T>

Current builder.

Remarks

This event can be used to format list items for display.