SchedulerWindowsFormsModule.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method
Registers the LookupListViewDefaultEditorUpdater Generator Updater.
Namespace: DevExpress.ExpressApp.Scheduler.Win
Assembly: DevExpress.ExpressApp.Scheduler.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler.Win
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 LookupListViewDefaultEditorUpdater Generator Updater sets the editor type of the IEvent Lookup List Views to GridListEditor.
See Also