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

MVCxTreeListNodeCollection Class

A collection of columns within the TreeList.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class MVCxTreeListNodeCollection :
    List<MVCxTreeListNode>

The following members accept/return MVCxTreeListNodeCollection objects:

Inheritance

Object
List<MVCxTreeListNode>
MVCxTreeListNodeCollection
See Also