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.
Implements
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 SourceClearCommand
Gets a command that clears the current search.
Declaration
public ICommand ClearCommand { get; }
Property Value
Type | Description |
---|---|
ICommand |
RepeatSearchHereCommand
Gets a command that repeats the last search with new geometry.
Declaration
public ICommand RepeatSearchHereCommand { get; }
Property Value
Type | Description |
---|---|
ICommand |
ResultMessageVisibility
Gets the visibility for the presentation of the NoResultMessage.
Declaration
public Visibility ResultMessageVisibility { get; }
Property Value
Type | Description |
---|---|
Visibility |
ResultViewVisibility
Gets the visibility for the result list view.
Declaration
public Visibility ResultViewVisibility { get; }
Property Value
Type | Description |
---|---|
Visibility |
SearchCommand
Gets a command that starts a search with current parameters.
Declaration
public ICommand SearchCommand { get; }
Property Value
Type | Description |
---|---|
ICommand |
SourceSelectVisibility
Gets the visibility for the source selection button.
Declaration
public Visibility SourceSelectVisibility { get; }
Property Value
Type | Description |
---|---|
Visibility |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
PropertyChangedEventHandler |