Skip to main content
.NET 6.0+

IModelNodeUpdaterRegistrator Interface

Implemented by objects that register node updaters in the application.

Namespace: DevExpress.ExpressApp.Model.Core

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IModelNodeUpdaterRegistrator

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. To learn about node updaters, refer to the Convert Application Model Differences topic.

See Also