CreateCustomModelDifferenceStoreEventArgs.AddExtraDiffStore(String, ModelStoreBase) Method
In This Article
Adds extra model differences storage.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public void AddExtraDiffStore(
string id,
ModelStoreBase store
)
#Parameters
Name | Type | Description |
---|---|---|
id | String | A string identifier of extra model differences storage. |
store | Model |
A Model |
#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