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 |
---|---|---|
key |
Object | An object that uniquely identifies the new node. |
node |
Dictionary<String, Object> | A System. |
See Also