Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.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.v23.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 Web Forms 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 Web Forms application.

RouteEnabled

See Also