MVCxTreeListNode.NodeFields Property
In This Article
Gets or sets a collection of node fields and their values within the TreeList.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public Dictionary<string, object> NodeFields { get; set; }
#Property Value
Type | Description |
---|---|
Dictionary<String, Object> | A System. |
See Also