MobileListEditor Class
Namespace: DevExpress.ExpressApp.Mobile.Editors
Assembly: DevExpress.ExpressApp.Mobile.v19.2.dll
Declaration
public class MobileListEditor :
MobileListEditorBase,
IControlOrderProvider,
IOrderProvider,
ISupportLocalizationCustomization
Public Class MobileListEditor
Inherits MobileListEditorBase
Implements IControlOrderProvider,
IOrderProvider,
ISupportLocalizationCustomization
List Editors are used by List Views to display object collections in a UI. The MobileListEditor provides the most common data representation in the form of a list. To display object collections, the MobileListEditor uses an instance of the DevExpress.ExpressApp.Mobile.MobileModel.List class (see XAF Mobile Wrappers for DevExtreme Widgets).

This Editor supports the Server mode only.
Object
ListEditor
DevExpress.ExpressApp.Mobile.Editors.MobileListEditorBase
MobileListEditor
See Also