ASPxTreeList.NewNodeParentKey Property
Gets the key value of a new node’s parent.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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