Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ModuleBase.AddModelNodeUpdaters(IModelNodeUpdaterRegistrator) Method

Registers node updaters in the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public virtual void AddModelNodeUpdaters(
    IModelNodeUpdaterRegistrator updaterRegistrator
)

#Parameters

Name Type Description
updaterRegistrator IModelNodeUpdaterRegistrator

An IModelNodeUpdaterRegistrator object exposing the AddUpdater method used to register node updaters in the application.

#Remarks

Override this method in a module, to register node updaters. For information on node updaters and examples of using this method, refer to the Convert Application Model Differences topic.

By default, this method does nothing.

See Also