Skip to main content
A newer version of this page is available. .

IModelNodesGeneratorUpdater Interface

Declares properties implemented by the Generator Updater classes.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public interface IModelNodesGeneratorUpdater

Remarks

Generally, you do not need to implement this interface. Inherit the ModelNodesGeneratorUpdater<T> class that implements this interface, instead.

See Also