Back to Devexpress

MVCxTreeListNodeCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-9243876c.md

latest2.5 KB
Original Source

MVCxTreeListNodeCollection Class

A collection of columns within the TreeList.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxTreeListNodeCollection :
    List<MVCxTreeListNode>
vb
Public Class MVCxTreeListNodeCollection
    Inherits List(Of MVCxTreeListNode)

The following members return MVCxTreeListNodeCollection objects:

Implements

IList<MVCxTreeListNode>

ICollection<MVCxTreeListNode>

IList

ICollection

IReadOnlyList<MVCxTreeListNode>

IReadOnlyCollection<MVCxTreeListNode>

IEnumerable<MVCxTreeListNode>

IEnumerable

Inheritance

Object List<MVCxTreeListNode> MVCxTreeListNodeCollection

See Also

MVCxTreeListNodeCollection Members

Tree List

DevExpress.Web.Mvc Namespace