CreateCustomModelDifferenceStoreEventArgs.AddExtraDiffStore(String, ModelStoreBase) Method
Adds extra model differences storage.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | A string identifier of extra model differences storage. |
store | ModelStoreBase | A ModelStoreBase extra model differences storage. |
Remarks
This method can be used only when handling the XafApplication.CreateCustomUserModelDifferenceStore event. Added extra storage is ignored when handling the XafApplication.CreateCustomModelDifferenceStore event.
See Also