Skip to main content
A newer version of this page is available. .

MVCxTreeViewNodeCollection Class

Represents a collection of nodes within the TreeView.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxTreeViewNodeCollection :
    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
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
See Also