The List Editor used in ASP.NET applications to display business objects on a raster map.
Namespace: DevExpress.ExpressApp.Maps.Web
Assembly: DevExpress.ExpressApp.Maps.Web.v19.2.dll
public class WebMapsListEditor :
ListEditor,
IComplexListEditor
Public Class WebMapsListEditor
Inherits ListEditor
Implements IComplexListEditor
List Editors are used by List Views to display object collections in a UI. The WebMapsListEditor is implemented in the Maps Module, and displays business objects that support IMapsMarker as markers on a map.
To display object collections, the WebMapsListEditor uses the MapViewer control available using the WebMapsListEditor.MapViewer property.
The IModelListView.EditorType property of the Application Model's ListView node is set to WebMapsListEditor automatically when the current business class supports IMapsMarker.
An example of using the WebMapsListEditor class is provided in the How to: Change the Map Marker Icon topic.