ItemsRequestEventArgs.RequestAsync Property
Gets or sets the asynchronous method that returns editor items. This method has the higher priority than the Request event.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Func<Task<IEnumerable>> RequestAsync { get; set; }
Property Value
Type | Description |
---|---|
Func<Task<IEnumerable>> | The asynchronous method that returns a Task. |
See Also