Back to Devexpress

Built-in Visual Studio Templates

xpo-14808-design-time-features-built-in-visual-studio-templates.md

latest1.1 KB
Original Source

Built-in Visual Studio Templates

  • Jun 24, 2022

XPO ships with several Visual Studio templates that simplify the creation of new projects, and speed-up the addition of project items such as persistent objects and data model metadata.

Project Item Templates

XPO project item templates are available via the Add | New Item… command in the context menu of Solution Explorer.

The table below lists the project item templates and provides their descriptions.

Template NameDescription
DevExpress ORM Data Model WizardInvokes the Data Model Wizard, which creates a data model mapped to an existing or newly created database. The model created includes XPO classes and metadata, and can be modified in the Data Model Designer.
DevExpress v25.2 ORM Persistent ObjectCreates an XPObject descendant that declares a persistent object.

See Also

Getting Started with XPO