MVCxTreeListNodeCollection.Add(Object, Dictionary<String, Object>) Method
Adds a new node to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
keyObject | Object | An object that uniquely identifies the new node. |
fieldsValues | Dictionary<String, Object> | A System.Collections.Generic.Dictionary object that contains node fields and their values. |
Returns
Type | Description |
---|---|
MVCxTreeListNode | A MVCxTreeListNode object that is a TreeList node. |
See Also