EditorDescriptorsFactory.RegisterPropertyEditor(Type, Type, Boolean) Method
Registers a Property Editor.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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