TreeViewState.SelectedNode Property
Gets a value that specifies the state of a selected node.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
TreeViewNodeState | A TreeViewNodeState object that is the selected node state. |
Remarks
Use the SelectedNode property to obtain the selected node state.
See Also