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.Mvc5.v19.1.dll

Declaration

public class MVCxTreeListNodeCollection :
    List<MVCxTreeListNode>

The following members return MVCxTreeListNodeCollection objects:

Inheritance

Object
List<MVCxTreeListNode>
MVCxTreeListNodeCollection
See Also