Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public Dictionary<string, object> NodeFields { get; set; }

Property Value

Type Description
Dictionary<String, Object>

A System.Collections.Generic.Dictionary object that contains node fields and their values.

See Also