Skip to main content
A newer version of this page is available. .

MVCxTreeListNode(Object, Dictionary<String, Object>) Constructor

Initializes a new instance of the MVCxTreeListNode class with the specified settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxTreeListNode(
    object keyObject,
    Dictionary<string, object> nodeFields
)

Parameters

Name Type Description
keyObject Object

An object that uniquely identifies the new node.

nodeFields Dictionary<String, Object>

A System.Collections.Generic.Dictionary object that contains node fields and their values.

See Also