[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.AutoCompleteBaseBuilder-3.ItemsSourceFunction

ItemsSourceFunction Method

ItemsSourceFunction(string)

Configurates ItemsSourceFunction. Sets a function that provides list items dynamically as the user types.

Declaration
public virtual TBuilder ItemsSourceFunction(string value)
Public Overridable Function ItemsSourceFunction(value As String) As TBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.