Back to Devexpress

MapControl.ShowSearchPanel Property

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-fbf54a51.md

latest2.2 KB
Original Source

MapControl.ShowSearchPanel Property

Specifies whether the Search Panel should be shown.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public bool ShowSearchPanel { get; set; }
vb
Public Property ShowSearchPanel As Boolean

Property Value

TypeDescription
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

xml
<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

xml
</Grid.ColumnDefinitions>
<dxm:MapControl Grid.Column="0" ShowSearchPanel="False">
    <dxm:ImageLayer>

See Also

MapControl Class

MapControl Members

DevExpress.Xpf.Map Namespace