DashboardsModule.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method
Registers the Generator Updater of the Dashboards Module.
Namespace: DevExpress.ExpressApp.Dashboards
Assembly: DevExpress.ExpressApp.Dashboards.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards
Declaration
Parameters
Name | Type | Description |
---|---|---|
updaters | DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters | A ModelNodesGeneratorUpdaters object providing access to the list of Generator Updaters. |
Remarks
This method is not intended to be called from your code.
A Generator Updater is a class used to customize the Application Model‘s zero layer after it has been generated. The Reports V2 Module creates the Reports | Dashboads navigation item if the DashboardsModule.GenerateNavigationItem property is set to true.
See Also