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

MapControl.ShowSearchPanel Property

Specifies whether or not the Search Panel should be shown.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(true)]
public bool ShowSearchPanel { get; set; }

Property Value

Type Default Description
Boolean true

true to show the Search Panel; otherwise, false.

See Also