MVCxTreeListNodeCollection Class
A collection of columns within the TreeList.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public class MVCxTreeListNodeCollection :
List<MVCxTreeListNode>
Public Class MVCxTreeListNodeCollection
Inherits List(Of MVCxTreeListNode)
Related API Members
The following members accept/return MVCxTreeListNodeCollection objects:
Implements
Inheritance
See Also
Feedback