Back to Devexpress

MVCxTreeViewNode Class

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

latest3.8 KB
Original Source

MVCxTreeViewNode Class

Represents an individual node within the TreeView.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxTreeViewNode :
    TreeViewNode
vb
Public Class MVCxTreeViewNode
    Inherits TreeViewNode

The following members return MVCxTreeViewNode objects:

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

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Web.Internal.IWebControlObject

IPropertiesOwner

IExpressionsAccessor

DevExpress.Web.Design.IDesignTimeCollectionItem

IEnumerable

IHierarchyData

Inheritance

Object StateManager CollectionItem TreeViewNode MVCxTreeViewNode

See Also

MVCxTreeViewNode Members

TreeView

DevExpress.Web.Mvc Namespace