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

MapDashboardItem.LockNavigation Property

Gets or sets whether map navigation is disabled.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(false)]
public bool LockNavigation { get; set; }

Property Value

Type Default Description
Boolean false

true, if map navigation is disabled; otherwise, false.

Remarks

If map navigation is disabled, an end-user cannot perform zooming and scrolling on the map.

See Also