devexpress-xaf-editors
Installation
SKILL.md
DevExpress XAF — Editors (Property Editors, List Editors & View Items)
Editors are the building blocks that render individual properties (Property Editors), entire object collections (List Editors), and custom UI elements (View Items) inside XAF Views.
Prerequisites & Installation
Editors are part of the core XAF framework — no additional module registration is required. Platform-specific editor code belongs in the corresponding platform project.
NuGet Packages
| Package | Purpose | Project |
|---|---|---|
DevExpress.ExpressApp |
PropertyEditor base class, ViewItem, ListEditor abstractions |
MySolution.Module |
DevExpress.ExpressApp.Blazor |
BlazorPropertyEditorBase, Blazor editor models |
MySolution.Blazor.Server |
DevExpress.ExpressApp.Blazor.Editors |
BlazorControlViewItem, DxGridListEditor, DxTreeListEditor |
MySolution.Blazor.Server |
DevExpress.ExpressApp.Win |
WinForms DXPropertyEditor, GridListEditor, TreeListEditor |
MySolution.Win |