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

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.v19.1.dll

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