ModelStoreBase Class
In This Article
The base class for classes that provide a readonly storage for the Application Model differences.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Related API Members
The following members return ModelStoreBase objects:
#Remarks
Inherit this class to implement a custom readonly storage for model differences. To use the implemented storage instead of the default, handle the XafApplication.CreateCustomModelDifferenceStore and/or XafApplication.CreateCustomUserModelDifferenceStore events.
See Also