Adds a new child node of a specific type with a specific identifier.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v18.2.dll
NodeType AddNode<NodeType>(
string id
)
Function AddNode(Of NodeType)(
id As String
) As NodeType
Type | Name | Description |
---|---|---|
String | id | A string value representing the new node's Id property value. |
Type | Description |
---|---|
NodeType | An object of the type specified by the generic parameter representing the new node. |
Name | Description |
---|---|
NodeType |