MobileMapsListEditor Class

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

Declaration

public class MobileMapsListEditor :
    MobileListEditorBase,
    ISupportLocalizationCustomization
Public Class MobileMapsListEditor
    Inherits MobileListEditorBase
    Implements ISupportLocalizationCustomization

Remarks

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.

Maps_ListEditor_Mobile

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.

Inheritance

Object
ListEditor
DevExpress.ExpressApp.Mobile.Editors.MobileListEditorBase
MobileMapsListEditor
See Also