IModelNodeUpdater<T>.UpdateNode(T, IModelApplication) Method
In This Article
Updates the Application Model‘s node.
Namespace: DevExpress.ExpressApp.Model.Core
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
void UpdateNode(
T node,
IModelApplication application
)
#Parameters
Name | Type | Description |
---|---|---|
node | T | An interface derived from the IModel |
application | IModel |
An IModel |
#Remarks
To learn about node updaters and to see an example of using this method, refer to the Convert Application Model Differences topic.
See Also