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