Skip to main content
A newer version of this page is available. .

MVCxTreeListNodeInfo<T>.ChildNodes Property

Gets the currently processed node’s child nodes.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public List<MVCxTreeListNodeInfo<T>> ChildNodes { get; set; }

Property Value

Type Description
List<MVCxTreeListNodeInfo<T>>

A List<T><MVCxTreeListNodeInfo<T>,> object containing a list of child nodes.

See Also