TreeListSettings.Nodes Property
Provides access to the root nodes child collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
MVCxTreeListNodeCollection | A MVCxTreeListNodeCollection object containing the collection of child nodes owned by the root node. |
See Also