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