ItemsSourceFunction Property (AutoCompleteBase<T>)
In This Topic
Gets or sets a function that provides list items dynamically as the user types.
Syntax
'Declaration
Public Overridable Property ItemsSourceFunction As String
public virtual string ItemsSourceFunction {get; set;}
See Also