Back to Devexpress

MVCxTreeViewNodeCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-a4c3e05b.md

latest3.6 KB
Original Source

MVCxTreeViewNodeCollection Class

Represents a collection of nodes within the TreeView.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxTreeViewNodeCollection :
    TreeViewNodeCollection
vb
Public Class MVCxTreeViewNodeCollection
    Inherits TreeViewNodeCollection

The following members return MVCxTreeViewNodeCollection objects:

Remarks

Each node within a TreeView can have its own child nodes, held within a collection, which is an instance of the MVCxTreeViewNodeCollection class and can be accessed via the MVCxTreeViewNode.Nodes property. In addition, this class instance can be accessed at the extension settings level by using the TreeViewSettings.Nodes property.

The properties and methods exposed by the MVCxTreeViewNodeCollection class can be used to perform collection operations, such as adding new or deleting the existing nodes. Each node of the collection is denoted by a MVCxTreeViewNode object. Individual nodes can be accessed using indexer notation, by their names or display texts, using the specific methods of the collection.

Implements

Show 11 items

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<TreeViewNode>

ICollection<TreeViewNode>

IEnumerable<TreeViewNode>

IHierarchicalEnumerable

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<TreeViewNode> HierarchicalCollection<TreeViewNode> TreeViewNodeCollection MVCxTreeViewNodeCollection

See Also

MVCxTreeViewNodeCollection Members

TreeView

DevExpress.Web.Mvc Namespace