Registers a Property Editor.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v18.2.dll
public void RegisterPropertyEditor(
Type propertyType,
Type propertyEditorType,
bool isDefaultEditor
)
Public Sub RegisterPropertyEditor(
propertyType As Type,
propertyEditorType As Type,
isDefaultEditor As Boolean
)
Type | Name | Description |
---|---|---|
Type | propertyType | A Type object specifying the target property type. |
Type | propertyEditorType | A Type object specifying the Property Editor type. |
Boolean | isDefaultEditor | true, if the Property Editor should be used by default; otherwise, false. |