Skip to main content

MapControl.SearchPanelOptions Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapSearchPanelOptions SearchPanelOptions { get; set; }

Property Value

Type Description
MapSearchPanelOptions

The search panel options storage.

See Also