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

ASPxTreeListInsertNodeInfo.ParentNodeKey Property

Specifies the parent node’s key value.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string ParentNodeKey { get; set; }

Property Value

Type Description
String

A string value that identifies the parent node.

See Also