Skip to main content

MapDashboardItem.LockNavigation Property

Gets or sets whether map navigation is disabled.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.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