MVCxTreeListNode.NodeFields Property
Gets or sets a collection of node fields and their values within the TreeList.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Dictionary<String, Object> | A System.Collections.Generic.Dictionary object that contains node fields and their values. |
See Also