ModuleBase.AddModelNodeUpdaters(IModelNodeUpdaterRegistrator) Method
In This Article
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 |
---|---|---|
updater |
IModel |
An IModel |
#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