Show / Hide Table of Contents

Class SearchViewTemplateSettings

SearchViewTemplateSettings provides a set of properties that are used when you define a new control template for a control that derives from SearchView.

Inheritance
object
SearchViewTemplateSettings
Implements
INotifyPropertyChanged
IBindableCustomPropertyImplementation
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[GeneratedBindableCustomProperty]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Data.INotifyPropertyChanged")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_SearchViewModelWinRTTypeDetails))]
public class SearchViewTemplateSettings : INotifyPropertyChanged, IBindableCustomPropertyImplementation
Remarks

TemplateSettings properties are always intended to be used in XAML, not code. They are read-only sub-properties of a read-only TemplateSettings property of a parent control.

Properties

Name Description
ClearCommand

Gets a command that clears the current search.

RepeatSearchHereCommand

Gets a command that repeats the last search with new geometry.

ResultMessageVisibility

Gets the visibility for the presentation of the NoResultMessage.

ResultViewVisibility

Gets the visibility for the result list view.

SearchCommand

Gets a command that starts a search with current parameters.

SourceSelectVisibility

Gets the visibility for the source selection button.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

See Also

TemplateSettings
In this article
Back to top Generated by DocFX