wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-fbf54a51.md
Specifies whether the Search Panel should be shown.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public bool ShowSearchPanel { get; set; }
Public Property ShowSearchPanel As Boolean
| Type | Description |
|---|---|
| Boolean |
true, to show the Search Panel; otherwise, false.
|
The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowSearchPanel property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
wpf-map-search-with-azure-map-search-service/CS/DXMapExample/MainWindow.xaml#L21
<dxm:MapControl x:Name="mapControl"
ShowSearchPanel="False">
<dxm:MapControl.CoordinatesPanelOptions>
wpf-map-process-search-with-a-custom-search-panel/CS/MapControl_SearchPanel/MainWindow.xaml#L26
</Grid.ColumnDefinitions>
<dxm:MapControl Grid.Column="0" ShowSearchPanel="False">
<dxm:ImageLayer>
See Also