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

AsyncItemsSourceProvider.RequestDelay Property

Gets or sets the time (in milliseconds) that should elapse after the text is changed and before the request is called.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public int RequestDelay { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the time that should elapse after the text is changed and before the request is called.

See Also