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

IModelNodesGeneratorUpdater.UpdateNode(ModelNode) Method

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

void UpdateNode(
    ModelNode node
)

#Parameters

Name Type Description
node DevExpress.ExpressApp.Model.Core.ModelNode

A ModelNode Application Model node to be updated.

#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