Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTreeListNode Add(
    object keyObject,
    Dictionary<string, object> fieldsValues
)

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