ModelNodesGeneratorBase.GenerateNodes(ModelNode) Method
Generates the specified node’s content.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.
Related GitHub Examples
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.