Skip to main content
A newer version of this page is available. .

FilteredItemsSourceProvider.SuggestionsSource Property

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

public IEnumerable SuggestionsSource { get; set; }

Property Value

Type Description
IEnumerable

An object that contains data items.

See Also