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

IModelMapSettings.RouteEnabled Property

Specifies whether the route is enabled in the ListView with the WebMapsListEditor, or not.

Namespace: DevExpress.ExpressApp.Maps.Web.Helpers

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if the route is enabled, otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RouteEnabled
IModelMaps
.MapSettings.RouteEnabled

Remarks

To use this property, invoke the Model Editor for the ASP.NET application project, navigate to the Views | <ListView> | MapSettings node and specify the RouteEnabled property value.

RouteEnabled_ModelEditor

The image below illustrates how the RouteEnabled property value influences the map view in the ASP.NET application.

RouteEnabled

See Also