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

TreeViewSettings.Nodes Property

Provides access to the root node child collection.

Namespace: DevExpress.Web.Mvc

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

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