MVCxTreeViewNodeCollection Class
Represents a collection of nodes within the TreeView.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
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.