IModelNode.AddNode<NodeType>() Method
In This Article
Adds a new child node of a specific type.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Type Parameters
Name |
---|
Node |
#Returns
Type | Description |
---|---|
Node |
An object of the type specified by the generic parameter representing the new node. |
See Also