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.v19.2.Core.dll

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