MVCxTreeListNodeCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Adds a new node to the end of the collection and returns the newly created object. |
Add(Action<MVCxTreeListNode>) | method | Adds a new node to the collection and allows you to customize this node in a delegate method implementation. |
Add(Object, Dictionary<String, Object>) | keyObject, fieldsValues | Adds a new node to the end of the collection and returns the newly created object. |