TreeViewNodeState.Nodes Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public IEnumerable<TreeViewNodeState> Nodes { get; protected set; }
#Property Value
Type | Description |
---|---|
IEnumerable<Tree |
A list of Tree |
#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