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