Skip to main content

TreeViewSettings.Nodes Property

Provides access to the root node child collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTreeViewNodeCollection Nodes { get; }

Property Value

Type Description
MVCxTreeViewNodeCollection

A MVCxTreeViewNodeCollection object that represents the collection of child nodes owned by the root node.

Remarks

Use the Nodes property to access the root node child collection.

See Also