Skip to main content

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

In This Article

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.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