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
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class SearchViewTemplateSettings : INotifyPropertyChanged
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

| Improve this Doc View Source

ClearCommand

Gets a command that clears the current search.

Declaration
public ICommand ClearCommand { get; }
Property Value
Type Description
ICommand
| Improve this Doc View Source

RepeatSearchHereCommand

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

Declaration
public ICommand RepeatSearchHereCommand { get; }
Property Value
Type Description
ICommand
| Improve this Doc View Source

ResultMessageVisibility

Gets the visibility for the presentation of the NoResultMessage.

Declaration
public Visibility ResultMessageVisibility { get; }
Property Value
Type Description
Visibility
| Improve this Doc View Source

ResultViewVisibility

Gets the visibility for the result list view.

Declaration
public Visibility ResultViewVisibility { get; }
Property Value
Type Description
Visibility
| Improve this Doc View Source

SearchCommand

Gets a command that starts a search with current parameters.

Declaration
public ICommand SearchCommand { get; }
Property Value
Type Description
ICommand
| Improve this Doc View Source

SourceSelectVisibility

Gets the visibility for the source selection button.

Declaration
public Visibility SourceSelectVisibility { get; }
Property Value
Type Description
Visibility

Events

| Improve this Doc View Source

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
PropertyChangedEventHandler

Implements

INotifyPropertyChanged

See Also

TemplateSettings
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX