Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

EditorDescriptorsFactory.RegisterListEditor(Type, Type, Boolean) Method

Registers a List Editor.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

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