TreeViewState.SelectedNode Property
In This Article
Gets a value that specifies the state of a selected node.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TreeViewNodeState SelectedNode { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
Use the SelectedNode property to obtain the selected node state.
See Also