Configurates
C1.Web.Mvc.ComboBoxBase<T>.ItemFormatter. Sets a function used to customize the values shown in the drop-down list.
Syntax
'Declaration
Public Function ItemFormatter( _
ByVal As String _
) As
public ItemFormatter(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also