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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Maps.Web
Declaration
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 |
|
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.
The image below illustrates how the RouteEnabled property value influences the map view in the ASP.NET Web Forms application.
See Also