Skip to main content
.NET 6.0+

ModelNodesGeneratorBase.GenerateNodes(ModelNode) Method

Generates the specified node’s content.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void GenerateNodes(
    ModelNode node
)

Parameters

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

A ModelNode object which is the Application Model node to be generated.

Remarks

This method also invokes the IModelNodesGeneratorUpdater.UpdateNode method of each Generator Updater attached to the current Nodes Generator.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GenerateNodes(ModelNode) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also