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