Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Maps.Web

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