Skip to main content
A newer version of this page is available. .
All docs
V23.1

Multitenancy Support (CTP)

With v23.1, we have published a DevExpress.ExpressApp.MultiTenancy package, which allows you to implement a multi-tenant XAF application. With the multitenancy paradigm, an application can serve multiple tenants (groups of users). Each authenticated user has access only to their group’s subset of data within the application.

Login Form

This feature is currently at the Community Technology Preview (CTP) stage. You can find examples of how to use this package in various use case scenarios along with an FAQ in the following repository on GitHub:

View Example: XAF - How to Create a Multi-Tenant Application

Note

Please also take a moment to complete a short survey on your multi-tenancy requirements: https://www.devexpress.com/products/net/application_framework/survey.xm.

See Also