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