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

TreeListSettings.Nodes Property

Provides access to the root nodes child collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxTreeListNodeCollection Nodes { get; }

Property Value

Type Description
MVCxTreeListNodeCollection

A MVCxTreeListNodeCollection object containing the collection of child nodes owned by the root node.

See Also