Skip to main content

TreeViewNodeState.Parent Property

Gets a value that specifies the state of a parent node.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public TreeViewNodeState Parent { get; }

Property Value

Type Description
TreeViewNodeState

A TreeViewNodeState object that is the parent node state.

Remarks

Use the Parent property to obtain the parent node state.

See Also