Skip to main content

TreeListSettings.Nodes Property

Provides access to the root nodes child collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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