Configurates
C1.Web.Mvc.AutoCompleteBase<T>.ItemsSourceFunction. Sets a function that provides list items dynamically as the user types.
Syntax
'Declaration
Public Overridable Function ItemsSourceFunction( _
ByVal As String _
) As
public virtual ItemsSourceFunction(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also