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

ASPxTreeList.NewNodeParentKey Property

Gets the key value of a new node’s parent.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public string NewNodeParentKey { get; }

Property Value

Type Description
String

A String value that identifies a new node’s parent. null (Nothing in Visual Basic) if a new node is not being edited.

Remarks

Use the NewNodeParentKey property to identify to which node a new node belongs.

See Also