Skip to main content
.NET 6.0+

EditorDescriptorsFactory.RegisterListEditor(String, Type, Type, Boolean) Method

Registers a List Editor with a specific alias name.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Parameters

Name Type Description
aliasName String

A string specifying the List Editor’s alias name.

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