Skip to main content
A newer version of this page is available. .

AsyncItemsSourceProvider Properties

A data provider that supplies suggestions for the AutoCompleteEdit in async mode.
Name Description
CharacterCountThreshold Gets or sets the number of entered characters after which the provider starts to make requests. This is a bindable property.
RequestDelay Gets or sets the delay in milliseconds between when the text is changed and the request is called. This is a bindable property.
See Also