WebMapsListEditor Class
The List Editor used in ASP.NET Web Forms applications to display business objects on a raster map.
Namespace: DevExpress.ExpressApp.Maps.Web
Assembly: DevExpress.ExpressApp.Maps.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Maps.Web
Declaration
Remarks
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.