Show / Hide Table of Contents

Class SearchSuggestion

Wraps a search suggestion for display.

Inheritance
object
SearchSuggestion
Implements
IBindableCustomPropertyImplementation
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[GeneratedBindableCustomProperty]
public class SearchSuggestion : IBindableCustomPropertyImplementation

Constructors

Name Description
SearchSuggestion(string, ISearchSource)

Initializes a new instance of the SearchSuggestion class.

Properties

Name Description
DisplaySubtitle

Gets or sets the optional subtitle that may be used when displaying a suggestion.

DisplayTitle

Gets or sets the title to use when displaying a suggestion.

IsCollection

Gets or sets a value indicating whether this result is for a collection (e.g. 'Coffee Shops') or a single result (e.g. 'Starbucks on Grand').

OwningSource

Gets the ISearchSource that created this result.

UnderlyingObject

Gets or sets any underlying object for the suggestion.

In this article
Back to top Generated by DocFX