Show / Hide Table of Contents

Class SearchView.SuggestionsGrouped

Class to support grouping suggestions on UWP.

Inheritance
Object
SearchView.SuggestionsGrouped
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class SuggestionsGrouped : IGrouping<ISearchSource, SearchSuggestion>

Properties

| Improve this Doc View Source

Key

Declaration
public ISearchSource Key { get; }
Property Value
Type Description
ISearchSource

Methods

| Improve this Doc View Source

GetEnumerator()

Declaration
public IEnumerator<SearchSuggestion> GetEnumerator()
Returns
Type Description
IEnumerator<SearchSuggestion>

Explicit Interface Implementations

| Improve this Doc View Source

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
IEnumerator
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX