Skip to main content
All docs
V26.1
  • OfficeWindowsFormsModule.UpdateNode(IModelActionLink, IModelApplication) Method

    Updates the Application Model‘s node.

    Namespace: DevExpress.ExpressApp.Office.Win

    Assembly: DevExpress.ExpressApp.Office.Win.v26.1.dll

    NuGet Package: DevExpress.ExpressApp.Office.Win

    Declaration

    public void UpdateNode(
        IModelActionLink node,
        IModelApplication application
    )

    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