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

EditorDescriptorsFactory.RegisterListEditorAlias(String, Type, Boolean) Method

Registers a List Editor‘s alias name.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void RegisterListEditorAlias(
    string aliasName,
    Type elementType,
    bool isDefaultAlias
)

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.

isDefaultAlias Boolean

true, if the registered alias is used by default; otherwise, false.

See Also