Skip to main content
.NET 6.0+

EditorDescriptorsFactory.RegisterPropertyEditorAlias(String, Type, Boolean) Method

Registers a Property Editor‘s alias name.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void RegisterPropertyEditorAlias(
    string aliasName,
    Type propertyType,
    bool isDefaultAlias
)

Parameters

Name Type Description
aliasName String

A string specifying the Property Editor’s alias name.

propertyType Type

A Type object specifying the target property type.

isDefaultAlias Boolean

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

See Also