OfficeWindowsFormsModule.UpdateNode(IModelActionLink, IModelApplication) Method
Updates the Application Model‘s node.
Namespace: DevExpress.ExpressApp.Office.Win
Assembly: DevExpress.ExpressApp.Office.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Office.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | IModelActionLink | An IModelActionLink providing access to the ActionLink node. |
application | IModelApplication | An IModelApplication providing access to the Application Model. |
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