EditorDescriptorsFactory.RegisterPropertyEditor(String, Type, Type, Boolean) Method
Registers a Property Editor with a specific alias name.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
public void RegisterPropertyEditor(
string aliasName,
Type propertyType,
Type propertyEditorType,
bool isDefaultEditor
)
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