Class SearchView.SuggestionsGrouped
Class to support grouping suggestions on UWP.
Implements
IBindableCustomPropertyImplementation
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[GeneratedBindableCustomProperty]
[WinRTRuntimeClassName("Windows.Foundation.Collections.IIterable`1<Object>")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_SearchView_SuggestionsGroupedWinRTTypeDetails))]
public class SearchView.SuggestionsGrouped : IGrouping<ISearchSource, SearchSuggestion>, IEnumerable<SearchSuggestion>, IEnumerable, IBindableCustomPropertyImplementation
Properties
Name | Description |
---|---|
Key | Gets the key of the IGrouping<TKey, TElement>. |
Methods
Name | Description |
---|---|
GetEnumerator() | Returns an enumerator that iterates through the collection. |