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 Interface

The MapSettings node provides access to the settings of a raster map.

Namespace: DevExpress.ExpressApp.Maps.Web.Helpers

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

NuGet Package: DevExpress.ExpressApp.Maps.Web

Declaration

public interface IModelMapSettings :
    IModelNode

The following members return IModelMapSettings objects:

Remarks

The MapSettings child node is added by the Maps Module to each Views | <ListView> and Views | <DetailView> | Items | ViewItem. Properties of the MapSettings node specify the options of the dxMap widget when the WebMapsListEditor/WebMapsPropertyEditor is used for the current List View or View Item.

MapSettings of a ListView Node

MapSettingsNode

MapSettings of a ViewItem Node

MapSettingsNode_DetailView

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelMapSettings interface is used by the Maps Module, to extend the IModelMaps node. To learn more, refer to the Application Model Structure topic.

See Also