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

MapSettings.isRouteEnabled Property

Gets a value indicating that the MapSettings.RouteSettings object is initialized and the RouteSettings.Enabled property is set to true.

Namespace: DevExpress.ExpressApp.Maps.Web.Helpers

Assembly: DevExpress.ExpressApp.Maps.Web.v18.2.dll

Declaration

public bool isRouteEnabled { get; }

Property Value

Type Description
Boolean

true, if map routes are enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to isRouteEnabled
MapViewer
.MapSettings.isRouteEnabled
See Also