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

TreeViewNodeState Class

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

Namespace: DevExpress.Web.Mvc

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

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