Skip to main content
A newer version of this page is available. .

MapControl.SearchPanelOptions Property

Gets or sets options that configure the appearance of the search panel.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public MapSearchPanelOptions SearchPanelOptions { get; set; }

Property Value

Type Description
MapSearchPanelOptions

The search panel options storage.

See Also