Skip to main content

MVCxTreeViewNode Class

Represents an individual node within the TreeView.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public class MVCxTreeViewNode :
    TreeViewNode

#Remarks

The MVCxTreeViewNode class implements the functionality of an individual node within the TreeView. Instances of the MVCxTreeViewNode class are maintained within the MVCxTreeViewNode.Nodes collection of each node, and within the TreeViewSettings.Nodes collection of a TreeView. Individual nodes can be accessed and manipulated (added or deleted) by using the functionality provided by the MVCxTreeViewNodeCollection class, which is exposed via these Nodes properties.

#Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Web.Internal.IWebControlObject
DevExpress.Web.Design.IDesignTimeCollectionItem

#Inheritance

See Also