FilteredItemsSourceProvider.SuggestionsSource Property
In This Article
Gets or sets the collection of suggestions to be filtered.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public IEnumerable SuggestionsSource { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable | An object that contains data items. |
See Also