Skip to main content
A newer version of this page is available. .

EditorDescriptorsFactory.RegisterListEditor(Type, Type, Boolean) Method

Registers a List Editor.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public void RegisterListEditor(
    Type elementType,
    Type listEditorType,
    bool isDefaultEditor
)

Parameters

Name Type Description
elementType Type

A Type object specifying the List Editor’s target type.

listEditorType Type

A Type object specifying the List Editor type.

isDefaultEditor Boolean

true, if the List Editor should be used by default; otherwise, false.

See Also