Back to Devexpress

TreeViewNodeState Class

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

latest1.6 KB
Original Source

TreeViewNodeState Class

Contains information (the current state) on an individual TreeView node.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class TreeViewNodeState
vb
Public Class TreeViewNodeState

The following members return TreeViewNodeState objects:

Remarks

An object of this type can be accessed via the TreeViewState.SelectedNode property. The TreeViewState.Nodes property returns a list of objects of this type.

Inheritance

Object TreeViewNodeState

See Also

TreeViewNodeState Members

SelectedNode

TreeViewState.Nodes

TreeViewNodeState.Nodes

DevExpress.Web.Mvc Namespace