SuggestionsRequestEventArgs.Request Property
Gets or sets the method that returns suggestions.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Func<IEnumerable> Request { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<IEnumerable> | The method that returns suggestions. |
See Also