Skip to main content
.NET 6.0+

EditorDescriptorsFactory.RegisterPropertyEditor(Type, Type, Boolean) Method

Registers a Property Editor.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void RegisterPropertyEditor(
    Type propertyType,
    Type propertyEditorType,
    bool isDefaultEditor
)

Parameters

Name Type Description
propertyType Type

A Type object specifying the target property type.

propertyEditorType Type

A Type object specifying the Property Editor type.

isDefaultEditor Boolean

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

See Also