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

TreeViewNodeState.Nodes Property

Gets a list of objects that represents the states of all the nodes within the current node.

Namespace: DevExpress.Web.Mvc

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

Declaration

public IEnumerable<TreeViewNodeState> Nodes { get; protected set; }

Property Value

Type Description
IEnumerable<TreeViewNodeState>

A list of TreeViewNodeState objects containing information about states of the TreeView nodes.

Remarks

Use the Nodes property to get a list that contains information about the states of all the nodes within the current node.

See Also