Skip to main content

TreeViewNodeState Class

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

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