Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

SchedulerWindowsFormsModule.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method

Registers the ListViewDataAccessModeGeneratorUpdater Generator Updater.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v19.2.dll

Declaration

public override void AddGeneratorUpdaters(
    ModelNodesGeneratorUpdaters updaters
)

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 ListViewDataAccessModeGeneratorUpdater Generator Updater disables Server mode (see CollectionSourceBase.DataAccessMode) for List Views represented by the SchedulerListEditor.

See Also