EditorDescriptorsFactory.RegisterListEditor(Type, Type, Boolean) Method
Registers a List Editor.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
public void RegisterListEditor(
Type elementType,
Type listEditorType,
bool isDefaultEditor
)
Parameters
| Name | Type | Description |
|---|---|---|
| elementType | Type | A Type object specifying the List Editor’s target type. |
| listEditorType | Type | A Type object specifying the List Editor type. |
| isDefaultEditor | Boolean | true, if the List Editor should be used by default; otherwise, false. |
See Also