devexpress-xaf-controllers
Installation
SKILL.md
DevExpress XAF — Controllers & Actions
Controllers are the primary mechanism for adding custom features, UI interaction, and business logic to XAF applications. Actions are abstract UI elements (buttons, menus, dropdowns) that live inside controllers.
Prerequisites & Installation
NuGet Packages
Controllers and Actions are part of the core XAF framework — no additional module registration is required.
| Package | Purpose |
|---|---|
DevExpress.ExpressApp |
ViewController, WindowController, ObjectViewController<,>, Frame, View, ObjectSpace |
DevExpress.ExpressApp.Actions |
SimpleAction, SingleChoiceAction, PopupWindowShowAction, ParametrizedAction |
Both packages are included in every XAF project by default.