Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

WebMapsListEditor Class

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

Declaration

public class WebMapsListEditor :
    ListEditor,
    IComplexListEditor

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.

Maps_ListEditor

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.

Implements

Inheritance

Object
ListEditor
WebMapsListEditor
See Also