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.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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