Back to Devexpress

AsyncItemsSourceProvider.RequestDelay Property

maui-devexpress-dot-maui-dot-editors-dot-asyncitemssourceprovider-b9309a3d.md

latest968 B
Original Source

AsyncItemsSourceProvider.RequestDelay Property

Gets or sets the delay in milliseconds between when the text is changed and the request is called. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public int RequestDelay { get; set; }

Property Value

TypeDefaultDescription
Int320

The delay between when the text is changed and the request is called.

|

See Also

AsyncItemsSourceProvider Class

AsyncItemsSourceProvider Members

DevExpress.Maui.Editors Namespace