CreateCustomModelCacheManagerEventArgs.ModelCacheManager Property
In This Article
Specifies the object that manages the Application Model cache.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public ModelCacheManager ModelCacheManager { get; set; }
#Property Value
Type | Description |
---|---|
Model |
A Model |
See Also