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 Function OnClientFormatItem( _
ByVal As String _
) As
public OnClientFormatItem(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also