IModelNodesGeneratorUpdater.UpdateNode(ModelNode) Method
In This Article
Updates the Application Model node content generated by the IModelNodesGeneratorUpdater.GeneratorType Nodes Generator.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
node | DevExpress. |
A Model |
#Remarks
Important
Always use a Node Generator or Generator Updater to customize the current node and its child nodes. To update nodes outside the current node hierarchy, create separate Node Generators or Generator Updaters.
See Also